OpenRTM-aist IDL 2.1.0
読み取り中…
検索中…
一致する文字列を見つけられません
公開メンバ関数 | 全メンバ一覧
RTC::ComponentAction インタフェース

[詳解]

import <RTC.idl;

RTC::ComponentAction の継承関係図
Inheritance graph
[凡例]

公開メンバ関数

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)


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