OpenRTM-aist  1.2.1
Public Member Functions | Public Attributes | List of all members
RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl Struct Reference

Condition variable class for worker. More...

#include <PeriodicExecutionContext.h>

Collaboration diagram for RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl:
Collaboration graph
[legend]

Public Member Functions

 WorkerThreadCtrl ()
 

Public Attributes

coil::Mutex mutex_
 
coil::Condition< coil::Mutexcond_
 
bool running_
 

Detailed Description

Condition variable class for worker.

Constructor & Destructor Documentation

RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl::WorkerThreadCtrl ( )
inline

References mutex_.

Member Data Documentation

coil::Condition<coil::Mutex> RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl::cond_
coil::Mutex RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl::mutex_

Referenced by WorkerThreadCtrl().

bool RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl::running_

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