#include <PeriodicExecutionContext.h>
RTC::PeriodicExecutionContext::DFP< Object >に対する継承グラフ
Public メソッド | |
DFP (Object obj, UniqueId id) | |
ReturnCode_t | on_startup () |
ReturnCode_t | on_shutdown () |
ReturnCode_t | on_activated (const ECStates &st) |
ReturnCode_t | on_deactivated (const ECStates &st) |
ReturnCode_t | on_aborting (const ECStates &st) |
ReturnCode_t | on_error (const ECStates &st) |
ReturnCode_t | on_reset (const ECStates &st) |
ReturnCode_t | on_execute (const ECStates &st) |
ReturnCode_t | on_state_update (const ECStates &st) |
ReturnCode_t | on_rate_changed () |
virtual ReturnCode_t | worker () |
virtual ExecContextState | get_state () |
Public 変数 | |
Object | m_obj |
bool | m_active |
UniqueId | ec_id |
StateMachine< ExecContextState, ReturnCode_t, DFPBase > | m_sm |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|