DDS  ver. 3.4
Public Member Functions | List of all members
MiscCommon::CConditionEvent Class Reference

Helper class for conditional events. More...

#include <ConditionEvent.h>

Public Member Functions

 CConditionEvent ()
 
void wait ()
 
template<class Rep , class Period >
bool waitFor (const std::chrono::duration< Rep, Period > &_relTime)
 
void notifyAll ()
 
void notifyOne ()
 
void reset ()
 

Detailed Description

Helper class for conditional events.

Constructor & Destructor Documentation

◆ CConditionEvent()

MiscCommon::CConditionEvent::CConditionEvent ( )
inline

Member Function Documentation

◆ notifyAll()

void MiscCommon::CConditionEvent::notifyAll ( )
inline

◆ notifyOne()

void MiscCommon::CConditionEvent::notifyOne ( )
inline

◆ reset()

void MiscCommon::CConditionEvent::reset ( )
inline

◆ wait()

void MiscCommon::CConditionEvent::wait ( )
inline

◆ waitFor()

template<class Rep , class Period >
bool MiscCommon::CConditionEvent::waitFor ( const std::chrono::duration< Rep, Period > &  _relTime)
inline

The documentation for this class was generated from the following file: