CoreDX DDS
C Reference Manual

DDS_Condition Struct Reference
[DDS Conditions]

A DDS_Condition can be added to a DDS_WaitSet to provide synchronous event notification. More...

List of all members.

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.

Detailed Description

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.


Friends And Related Function Documentation

unsigned char DDS_Condition_get_trigger_value ( DDS_Condition  c  )  [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.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© 2009-2013 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.