Cyclone ISO C++ API Reference Guide
|
Go to the documentation of this file. 1 #ifndef OMG_TDDS_CORE_WAIT_SET_HPP_
2 #define OMG_TDDS_CORE_WAIT_SET_HPP_
WaitSet & operator-=(const dds::core::cond::Condition &cond)
const ConditionSeq conditions() const
#define OMG_DDS_IMPLICIT_REF_BASE(TYPE)
WaitSet & operator+=(const dds::core::cond::Condition &cond)
WaitSet & attach_condition(const dds::core::cond::Condition &cond)
const ConditionSeq wait()
A WaitSet object allows an application to wait until one or more of the attached Condition objects ha...
Base class for reference-counted objects.
std::vector< dds::core::cond::Condition > ConditionSeq
bool detach_condition(const dds::core::cond::Condition &cond)
#define OMG_DDS_REF_TYPE_NO_DC(TYPE, BASE, DELEGATE)
This class is the base class for all the conditions that may be attached to a dds::core::cond::WaitSe...