This is Unofficial EPICS BASE Doxygen Site
osdEvent.h File Reference
#include <vxWorks.h>
#include <semLib.h>
+ Include dependency graph for osdEvent.h:

Go to the source code of this file.

Macros

#define epicsEventTrigger(ID)   (semGive((SEM_ID)(ID)) == OK ? epicsEventOK : epicsEventError)
 
#define epicsEventWait(ID)   (semTake((SEM_ID)(ID), WAIT_FOREVER) == OK ? epicsEventOK : epicsEventError)
 

Macro Definition Documentation

#define epicsEventTrigger (   ID)    (semGive((SEM_ID)(ID)) == OK ? epicsEventOK : epicsEventError)

Definition at line 16 of file osdEvent.h.

#define epicsEventWait (   ID)    (semTake((SEM_ID)(ID), WAIT_FOREVER) == OK ? epicsEventOK : epicsEventError)

Definition at line 19 of file osdEvent.h.