Release resources allocated for a pulse
void PtPulseDisarm( PtPulseMsgId_t *mid );
This function releases any resources that PtPulseArmFd() or PtPulseArmPid() allocated (e.g. a virtual proxy in QNX 4). You should call PtPulseDisarm() when the pulse is no longer needed. The mid argument points to a pulse message ID returned by PtPulseArmFd() or PtPulseArmPid().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtAppCreatePulse(), PtAppDeletePulse(), PtAppPulseTrigger(), PtChannelCreate(), PtPulseArmFd(), PtPulseArmPid(), PtPulseDeliver()
Interprocess Communication and Lengthy Operations in the Photon Programmer's Guide