OpenRTM-aist-Python 2.0.2
OpenRTM_aist.ConfigurationListener.ConfigurationSetNameListener クラス

[詳解]

公開メンバ関数

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

詳解

ConfigurationSetNameListener クラス

ConfigurationSetに関するイベントに関するリスナークラス。

  • ON_UPDATE_CONFIG_SET:
  • ON_REMOVE_CONFIG_SET:
  • ON_ACTIVATE_CONFIG_SET:

構築子と解体子

◆ __del__()

OpenRTM_aist.ConfigurationListener.ConfigurationSetNameListener.__del__ ( self)

デストラクタ

メソッド詳解

◆ __call__()

OpenRTM_aist.ConfigurationListener.ConfigurationSetNameListener.__call__ ( self,
config_set_name )

仮想コールバック関数

ConfigurationSetNameListener のコールバック関数

virtual void operator()(const char* config_set_name) = 0;

◆ toString()

OpenRTM_aist.ConfigurationListener.ConfigurationSetNameListener.toString ( status)

ConfigurationSetNameListenerType を文字列に変換

ConfigurationSetNameListenerType を文字列に変換する

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

static const char* toString(ConfigurationSetNameListenerType type)


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