Create a Photon pulse
pid_t PtAppCreatePulse( PtAppContext_t app, int priority );
ph
This function creates a Photon pulse. Under QNX Neutrino, PtAppCreatePulse() creates a Neutrino pulse.
A pulse PID (a negative value that's guaranteed never to be -1), or 0 if an error occurred.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtAppDeletePulse(), PtAppPulseTrigger(), PtChannelCreate(), PtPulseArm()
MsgDeliverEvent() in the QNX Neutrino Library Reference
Interprocess Communication in the Photon Programmer's Guide