OpenRTM-aist  1.2.1
公開メンバ関数 | 静的公開メンバ関数 | 全メンバ一覧
RTC::PreComponentActionListener クラスabstract

PreComponentActionListener クラス [詳解]

#include <ComponentActionListener.h>

公開メンバ関数

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

静的公開メンバ関数

static const char * toString (PreComponentActionListenerType type)
 PreComponentActionListenerType を文字列に変換 [詳解]
 

詳解

PreComponentActionListener クラス

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

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

構築子と解体子

virtual RTC::PreComponentActionListener::~PreComponentActionListener ( )
virtual

デストラクタ

参照元 toString().

関数詳解

virtual void RTC::PreComponentActionListener::operator() ( UniqueId  ec_id)
pure virtual
static const char* RTC::PreComponentActionListener::toString ( PreComponentActionListenerType  type)
inlinestatic

PreComponentActionListenerType を文字列に変換

PreComponentActionListenerType を文字列に変換する

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

参照先 operator()(), RTC::PRE_COMPONENT_ACTION_LISTENER_NUM, ~PreComponentActionListener().


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