Helper class for conditional events.
More...
#include <ConditionEvent.h>
|
| CConditionEvent () |
|
void | wait () |
|
template<class Rep , class Period > |
bool | waitFor (const std::chrono::duration< Rep, Period > &_relTime) |
|
template<class Clock , class Duration > |
bool | waitUntil (const std::chrono::time_point< Clock, Duration > &_timeoutTime) |
|
void | notifyAll () |
|
void | notifyOne () |
|
void | reset () |
|
Helper class for conditional events.
◆ CConditionEvent()
dds::misc::CConditionEvent::CConditionEvent |
( |
| ) |
|
|
inline |
◆ notifyAll()
void dds::misc::CConditionEvent::notifyAll |
( |
| ) |
|
|
inline |
◆ notifyOne()
void dds::misc::CConditionEvent::notifyOne |
( |
| ) |
|
|
inline |
◆ reset()
void dds::misc::CConditionEvent::reset |
( |
| ) |
|
|
inline |
◆ wait()
void dds::misc::CConditionEvent::wait |
( |
| ) |
|
|
inline |
◆ waitFor()
template<class Rep , class Period >
bool dds::misc::CConditionEvent::waitFor |
( |
const std::chrono::duration< Rep, Period > & |
_relTime | ) |
|
|
inline |
◆ waitUntil()
template<class Clock , class Duration >
bool dds::misc::CConditionEvent::waitUntil |
( |
const std::chrono::time_point< Clock, Duration > & |
_timeoutTime | ) |
|
|
inline |
The documentation for this class was generated from the following file: