OpenRTM-aist 2.0.2
読み取り中…
検索中…
一致する文字列を見つけられません
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 クラス

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

  • ADD_PORT:
  • REMOVE_PORT:

構築子と解体子

◆ ~PortActionListener()

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

デストラクタ

関数詳解

◆ operator()()

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

仮想コールバック関数

PortActionListener のコールバック関数

◆ toString()

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

PreComponentActionListenerType を文字列に変換

PreComponentActionListenerType を文字列に変換する

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

参照先 RTC::PORT_ACTION_LISTENER_NUM.


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