OpenRTM-aist-Python 1.1.2
公開メンバ関数 | 全メンバ一覧
OpenRTM_aist.ComponentActionListener.PostComponentActionListener クラス

PostComponentActionListener クラス [詳解]

公開メンバ関数

def toString (type)
 PostComponentActionListenerType を文字列に変換 [詳解]
 
def __del__ (self)
 デストラクタ
 
def __call__ (self, ec_id, ret)
 仮想コールバック関数 [詳解]
 

詳解

PostComponentActionListener クラス

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

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

メソッド詳解

def OpenRTM_aist.ComponentActionListener.PostComponentActionListener.__call__ (   self,
  ec_id,
  ret 
)

仮想コールバック関数

PostComponentActionListener のコールバック関数

virtual void operator()(UniqueId ec_id, ReturnCode_t ret) = 0;

def OpenRTM_aist.ComponentActionListener.PostComponentActionListener.toString (   type)

PostComponentActionListenerType を文字列に変換

PostComponentActionListenerType を文字列に変換する

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

static const char* toString(PostComponentActionListenerType type)


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