RTI Connext Modern C++ API
Version 6.0.0
|
Classes | |
class | rti::core::cond::AsyncWaitSetProperty |
Specifies the rti::core::cond::AsyncWaitSet behavior. More... | |
class | rti::core::cond::AsyncWaitSetCompletionToken |
<<interface>> Implementation of the completion token role element of the asynchronous completion token pattern that is part of the rti::core::cond::AsyncWaitSet behavior. More... | |
class | rti::core::cond::AsyncWaitSet |
<<interface>> A class for dispatching dds::core::cond::Condition objects using separate threads of execution. You can see this class as an extension of a dds::core::cond::WaitSet that allows asynchronously waiting for the attached dds::core::cond::Condition objects to trigger and provide a notification by calling dds::core::cond::Condition::dispatch. More... | |
class | rti::core::cond::AsyncWaitSetListener |
<<interface>> Listener for receiving event notifications related to the thread pool of the rti::core::cond::AsyncWaitSet. More... | |
class | rti::core::cond::NoOpAsyncWaitSetListener |
A convenience implementation of AsyncWaitSetListener where all methods are overridden to do nothing. More... | |
class | rti::sub::cond::DataReaderStatusConditionHandler< T > |
<<interface>> Realization of a functor handler that handles the status of a dds::sub::DataReader. More... | |
Functions | |
rti::core::cond::AsyncWaitSet::AsyncWaitSet () | |
Constructor without arguments that create an rti::core::cond::AsyncWaitSet with default property. | |
AsyncWaitSetModuleDocs
|
inline |
Constructor without arguments that create an rti::core::cond::AsyncWaitSet with default property.