RTI Connext Micro C++ API Version 4.2.0
Loading...
Searching...
No Matches
DDSCondition Class Reference

<<interface>> Root class for all the conditions that may be attached to a DDSWaitSet. More...

#include <dds_cpp_infrastructure.hxx>

Inheritance diagram for DDSCondition:
DDSGuardCondition DDSStatusCondition

Friends

class DDSWaitSet
 

Detailed Description

<<interface>> Root class for all the conditions that may be attached to a DDSWaitSet.

This basic class is specialised in two classes:

DDSGuardCondition and DDSStatusCondition.

A DDSCondition has a trigger_value that can be DDS_BOOLEAN_TRUE or DDS_BOOLEAN_FALSE and is set automatically by RTI Connext DDS Micro.

See also
DDSWaitSet