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

ConfigurationSetListener クラス [詳解]

OpenRTM_aist.ConfigurationListener.ConfigurationSetListener の継承関係図
OpenRTM_aist.PeriodicECSharedComposite.addCallback OpenRTM_aist.PeriodicECSharedComposite.setCallback

公開メンバ関数

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

詳解

ConfigurationSetListener クラス

Configurationセットが変更されたり追加された場合に呼び出されるリスナクラス。 以下のConfigurationセットに関連するイベントに対するリスナ。

メソッド詳解

def OpenRTM_aist.ConfigurationListener.ConfigurationSetListener.__call__ (   self,
  config_set 
)

仮想コールバック関数

ConfigurationSetListener のコールバック関数

virtual void operator()(const coil::Properties& config_set) = 0;

def OpenRTM_aist.ConfigurationListener.ConfigurationSetListener.toString (   type)

ConfigurationSetListenerType を文字列に変換

ConfigurationSetListenerType を文字列に変換する

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

static const char* toString(ConfigurationSetListenerType type)


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