![]() |
CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
|
A DDS_Condition can be added to a DDS_WaitSet to provide synchronous event notification. More...
Related Functions | |
(Note that these are not member functions.) | |
unsigned char | DDS_Condition_get_trigger_value (DDS_Condition c) |
This routine returns the current value of the trigger_value in Condition c. More... | |
A DDS_Condition can be added to a DDS_WaitSet to provide synchronous event notification.
A DDS_Condition has a trigger_value which can be TRUE or FALSE.
|
related |
This routine returns the current value of the trigger_value in Condition c.
A non-zero return value indicates that the trigger_value is TRUE.
A zero return value indicates that the trigger_value is FALSE.