OpenRTM  1.0.0
Public メソッド | Static Public メソッド | すべてのメンバ一覧
クラス RTC::PostComponentActionListenerabstract

PostComponentActionListener クラス [詳細]

#include <ComponentActionListener.h>

Public メソッド

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

Static Public メソッド

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::POST_COMPONENT_ACTION_LISTENER_NUM.