OpenRTM  1.0.0
公開メンバ関数 | 全メンバ一覧
RTC::ComponentAction インタフェース

import"RTC.idl";

RTC::ComponentAction の継承関係図
RTC::LightweightRTObject RTC::DataFlowComponent RTC::Fsm RTC::FsmParticipant RTC::MultiModeObject RTC::RTObject OpenRTM::DataFlowComponent OpenRTM::DataFlowComponent

公開メンバ関数

ReturnCode_t on_initialize ()
 
ReturnCode_t on_finalize ()
 
ReturnCode_t on_startup (in ExecutionContextHandle_t exec_handle)
 
ReturnCode_t on_shutdown (in ExecutionContextHandle_t exec_handle)
 
ReturnCode_t on_activated (in ExecutionContextHandle_t exec_handle)
 
ReturnCode_t on_deactivated (in ExecutionContextHandle_t exec_handle)
 
ReturnCode_t on_aborting (in ExecutionContextHandle_t exec_handle)
 
ReturnCode_t on_error (in ExecutionContextHandle_t exec_handle)
 
ReturnCode_t on_reset (in ExecutionContextHandle_t exec_handle)
 

関数詳解

◆ on_aborting()

ReturnCode_t RTC::ComponentAction::on_aborting ( in ExecutionContextHandle_t  exec_handle)

◆ on_activated()

ReturnCode_t RTC::ComponentAction::on_activated ( in ExecutionContextHandle_t  exec_handle)

◆ on_deactivated()

ReturnCode_t RTC::ComponentAction::on_deactivated ( in ExecutionContextHandle_t  exec_handle)

◆ on_error()

ReturnCode_t RTC::ComponentAction::on_error ( in ExecutionContextHandle_t  exec_handle)

◆ on_finalize()

ReturnCode_t RTC::ComponentAction::on_finalize ( )

◆ on_initialize()

ReturnCode_t RTC::ComponentAction::on_initialize ( )

◆ on_reset()

ReturnCode_t RTC::ComponentAction::on_reset ( in ExecutionContextHandle_t  exec_handle)

◆ on_shutdown()

ReturnCode_t RTC::ComponentAction::on_shutdown ( in ExecutionContextHandle_t  exec_handle)

◆ on_startup()

ReturnCode_t RTC::ComponentAction::on_startup ( in ExecutionContextHandle_t  exec_handle)

このインタフェース詳解は次のファイルから抽出されました: