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

ConfigurationParamListener クラス [詳解]

公開メンバ関数

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

詳解

ConfigurationParamListener クラス

Configuration パラメータの変更に関するリスナクラス。 以下のイベントに対してコールバックされる。

メソッド詳解

def OpenRTM_aist.ConfigurationListener.ConfigurationParamListener.__call__ (   self,
  config_set_name,
  config_param_name 
)

仮想コールバック関数

ConfigurationParamListener のコールバック関数

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

def OpenRTM_aist.ConfigurationListener.ConfigurationParamListener.toString (   type)

ConfigurationParamListenerType を文字列に変換

ConfigurationParamListenerType を文字列に変換する

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

static const char* toString(ConfigurationParamListenerType type)


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