RTI Connext C++ API
Version 5.1.0
|
<<interface>> Root class for all the conditions that may be attached to a DDSWaitSet. More...
Public Member Functions | |
virtual DDS_Boolean | get_trigger_value ()=0 |
Retrieve the trigger_value . | |
<<interface>> Root class for all the conditions that may be attached to a DDSWaitSet.
This basic class is specialised in three classes:
DDSGuardCondition, DDSStatusCondition, and DDSReadCondition.
A DDSCondition has a trigger_value
that can be DDS_BOOLEAN_TRUE or DDS_BOOLEAN_FALSE and is set automatically by RTI Connext.
|
pure virtual |