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

PortActionListener クラス [詳解]

#include <ComponentActionListener.h>

公開メンバ関数

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

静的公開メンバ関数

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

詳解

PortActionListener クラス

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

構築子と解体子

virtual RTC::PortActionListener::~PortActionListener ( )
virtual

デストラクタ

関数詳解

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

仮想コールバック関数

PortActionListener のコールバック関数

static const char* RTC::PortActionListener::toString ( PortActionListenerType  type)
inlinestatic

PreComponentActionListenerType を文字列に変換

PreComponentActionListenerType を文字列に変換する

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

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


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