OpenRTM  1.0.0
Public メソッド | Static Public メソッド
クラス RTC::PortActionListener

PortActionListener クラス [詳細]

#include <ComponentActionListener.h>

すべてのメンバ一覧

Public メソッド

virtual ~PortActionListener ()
 デストラクタ
virtual void operator() (const ::RTC::PortProfile &pprof)=0
 仮想コールバック関数

Static Public メソッド

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

説明

PortActionListener クラス

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


コンストラクタとデストラクタ

デストラクタ


関数

virtual void RTC::PortActionListener::operator() ( const ::RTC::PortProfile &  pprof) [pure virtual]

仮想コールバック関数

PortActionListener のコールバック関数

static const char* RTC::PortActionListener::toString ( PortActionListenerType  type) [inline, static]

PreComponentActionListenerType を文字列に変換

PreComponentActionListenerType を文字列に変換する

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

参照先 RTC::PORT_ACTION_LISTENER_NUM.