OpenRTM-aist  1.2.1
公開メンバ関数 | 静的公開メンバ関数 | 全メンバ一覧
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仕様で定義されている以下のコンポーネントアクショントについ て、

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

構築子と解体子

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

デストラクタ

関数詳解

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

仮想コールバック関数

PostComponentActionListener のコールバック関数

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

PostComponentActionListenerType を文字列に変換

PostComponentActionListenerType を文字列に変換する

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

参照先 RTC::PreComponentActionListener::operator()(), RTC::POST_COMPONENT_ACTION_LISTENER_NUM.


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