|
OpenRTM-aist 2.0.2
|
worker 用状態変数クラス [詳解]
#include <PeriodicExecutionContext.h>
公開メンバ関数 | |
| WorkerThreadCtrl () | |
公開変数類 | |
| std::mutex | mutex_ |
| std::condition_variable | cond_ |
| bool | running_ {false} |
worker 用状態変数クラス
|
inline |
| std::condition_variable RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl::cond_ |
| std::mutex RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl::mutex_ |
| bool RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl::running_ {false} |