[Previous] [Contents] [Index] [Next]

PtPulseDisarm()

Release resources allocated for a pulse

Synopsis:

void PtPulseDisarm( PtPulseMsgId_t *mid );

Description:

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().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtAppCreatePulse(), PtAppDeletePulse(), PtAppPulseTrigger(), PtChannelCreate(), PtPulseArmFd(), PtPulseArmPid(), PtPulseDeliver()

Interprocess Communication and Lengthy Operations in the Photon Programmer's Guide


[Previous] [Contents] [Index] [Next]