OpenRTM-aist-Python 2.0.2
OpenRTM_aist.ComponentActionListener.PortActionListener クラス

[詳解]

公開メンバ関数

 toString (status)
 
 __del__ (self)
 
 __call__ (self, pprof)
 

詳解

PortActionListener クラス

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

  • ADD_PORT:
  • REMOVE_PORT:

構築子と解体子

◆ __del__()

OpenRTM_aist.ComponentActionListener.PortActionListener.__del__ ( self)

デストラクタ virtual ~PortActionListener();

メソッド詳解

◆ __call__()

OpenRTM_aist.ComponentActionListener.PortActionListener.__call__ ( self,
pprof )

仮想コールバック関数

PortActionListener のコールバック関数

virtual void operator()(const .RTC.PortProfile& pprof) = 0;

◆ toString()

OpenRTM_aist.ComponentActionListener.PortActionListener.toString ( status)

PortActionListenerType を文字列に変換

PortActionListenerType を文字列に変換する

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

static const char* toString(PortActionListenerType type)


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