Cyclone ISO C++ API Reference Guide
|
Classes | |
class | Condition |
This class is the base class for all the conditions that may be attached to a dds::core::cond::WaitSet. More... | |
class | GuardCondition |
A GuardCondition object is a specific Condition whose trigger_value is completely under the control of the application. More... | |
class | StatusCondition |
A StatusCondition object is a specific Condition that is associated with each Entity. More... | |
class | WaitSet |
A WaitSet object allows an application to wait until one or more of the attached Condition objects has a trigger_value of TRUE or else until the timeout expires. More... | |