OpenRTM-aist 2.0.2
読み取り中…
検索中…
一致する文字列を見つけられません
RTC::PostComponentActionListener クラスabstract

PostComponentActionListener クラス [詳解]

#include <ComponentActionListener.h>

公開メンバ関数

virtual ~PostComponentActionListener ()
 デストラクタ
 
virtual void operator() (UniqueId ec_id, ReturnCode_t ret)=0
 仮想コールバック関数
 

静的公開メンバ関数

static const char * toString (PostComponentActionListenerType type)
 PostComponentActionListenerType を文字列に変換
 

詳解

PostComponentActionListener クラス

OMG RTC仕様で定義されている以下のコンポーネントアクショントについ て、

  • on_initialize()
  • on_finalize()
  • on_startup()
  • on_shutdown()
  • on_activated
  • on_deactivated()
  • on_aborted()
  • on_error()
  • on_reset()
  • on_execute()
  • on_state_update()
  • on_rate_changed()

各アクションに対応するユーザーコードが呼ばれる直前のタイミング でコールされるリスなクラスの基底クラス。

  • POST_ON_INITIALIZE:
  • POST_ON_FINALIZE:
  • POST_ON_STARTUP:
  • POST_ON_SHUTDOWN:
  • POST_ON_ACTIVATED:
  • POST_ON_DEACTIVATED:
  • POST_ON_ABORTING:
  • POST_ON_ERROR:
  • POST_ON_RESET:
  • POST_ON_EXECUTE:
  • POST_ON_STATE_UPDATE:
  • POST_ON_RATE_CHANGED:

構築子と解体子

◆ ~PostComponentActionListener()

virtual RTC::PostComponentActionListener::~PostComponentActionListener ( )
virtual

デストラクタ

関数詳解

◆ operator()()

virtual void RTC::PostComponentActionListener::operator() ( UniqueId ec_id,
ReturnCode_t ret )
pure virtual

仮想コールバック関数

PostComponentActionListener のコールバック関数

◆ toString()

static const char * RTC::PostComponentActionListener::toString ( PostComponentActionListenerType type)
inlinestatic

PostComponentActionListenerType を文字列に変換

PostComponentActionListenerType を文字列に変換する

引数
type変換対象 PostComponentActionListenerType
戻り値
文字列変換結果

参照先 RTC::POST_COMPONENT_ACTION_LISTENER_NUM.


このクラス詳解は次のファイルから抽出されました: