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

公開メンバ関数

 __init__ (self)
 
 addConfigParamListener (self, ltype, listener)
 
 addConfigurationSetListener (self, ltype, listener)
 
 addConfigurationSetNameListener (self, ltype, listener)
 
 removeConfigParamListener (self, ltype, listener)
 
 removeConfigurationSetListener (self, ltype, listener)
 
 removeConfigurationSetNameListener (self, ltype, listener)
 
 notifyConfigParam (self, ltype, config_set_name, config_param_name)
 
 notifyConfigurationSet (self, ltype, config_set)
 
 notifyConfigurationSetName (self, ltype, config_set_name)
 

公開変数類

 configparam_num
 
 configset_num
 
 configsetname_num
 

詳解

 

構築子と解体子

◆ __init__()

OpenRTM_aist.ConfigurationListener.ConfigurationListeners.__init__ ( self)

コンストラクタ

引数
self

メソッド詳解

◆ addConfigParamListener()

OpenRTM_aist.ConfigurationListener.ConfigurationListeners.addConfigParamListener ( self,
ltype,
listener )

リスナーの追加

指定の種類のConfigurationParamListenerを追加する。

引数
self
ltypeリスナの種類
listener追加するリスナ
戻り値
False:指定の種類のリスナが存在しない

◆ addConfigurationSetListener()

OpenRTM_aist.ConfigurationListener.ConfigurationListeners.addConfigurationSetListener ( self,
ltype,
listener )

リスナーの追加

指定の種類のConfigurationSetListenerを追加する。

引数
self
ltypeリスナの種類
listener追加するリスナ
戻り値
False:指定の種類のリスナが存在しない

◆ addConfigurationSetNameListener()

OpenRTM_aist.ConfigurationListener.ConfigurationListeners.addConfigurationSetNameListener ( self,
ltype,
listener )

リスナーの追加

指定の種類のConfigurationSetNameListenerを追加する。

引数
self
ltypeリスナの種類
listener追加するリスナ
戻り値
False:指定の種類のリスナが存在しない

◆ notifyConfigParam()

OpenRTM_aist.ConfigurationListener.ConfigurationListeners.notifyConfigParam ( self,
ltype,
config_set_name,
config_param_name )

リスナーへ通知する

指定の種類のConfigurationParamListenerのコールバック関数を呼び出す。

引数
self
ltypeリスナの種類
config_set_nameコンフィギュレーションセット名
config_param_nameコンフィギュレーションパラメータ名

◆ notifyConfigurationSet()

OpenRTM_aist.ConfigurationListener.ConfigurationListeners.notifyConfigurationSet ( self,
ltype,
config_set )

リスナーへ通知する

指定の種類のConfigurationSetListenerのコールバック関数を呼び出す。

引数
self
ltypeリスナの種類
config_setコンフィギュレーションセット

◆ notifyConfigurationSetName()

OpenRTM_aist.ConfigurationListener.ConfigurationListeners.notifyConfigurationSetName ( self,
ltype,
config_set_name )

リスナーへ通知する

指定の種類のConfigurationSetNameListenerのコールバック関数を呼び出す。

引数
self
ltypeリスナの種類
config_set_nameコンフィギュレーションセット名

◆ removeConfigParamListener()

OpenRTM_aist.ConfigurationListener.ConfigurationListeners.removeConfigParamListener ( self,
ltype,
listener )

リスナーの削除

指定の種類のConfigParamListenerを削除する。

引数
self
ltypeリスナの種類
listener削除するリスナ
戻り値
False:指定の種類のリスナが存在しない

◆ removeConfigurationSetListener()

OpenRTM_aist.ConfigurationListener.ConfigurationListeners.removeConfigurationSetListener ( self,
ltype,
listener )

リスナーの削除

指定の種類のConfigurationSetListenerを削除する。

引数
self
ltypeリスナの種類
listener削除するリスナ
戻り値
False:指定の種類のリスナが存在しない

◆ removeConfigurationSetNameListener()

OpenRTM_aist.ConfigurationListener.ConfigurationListeners.removeConfigurationSetNameListener ( self,
ltype,
listener )

リスナーの削除

指定の種類のConfigurationSetNameListenerを削除する。

引数
self
ltypeリスナの種類
listener削除するリスナ
戻り値
False:指定の種類のリスナが存在しない

メンバ詳解

◆ configparam_num

OpenRTM_aist.ConfigurationListener.ConfigurationListeners.configparam_num

ConfigurationParamListenerTypeリスナ配列 ConfigurationParamTypeリスナを格納

◆ configset_num

OpenRTM_aist.ConfigurationListener.ConfigurationListeners.configset_num

ConfigurationSetListenerTypeリスナ配列 ConfigurationSetListenerTypeリスナを格納

◆ configsetname_num

OpenRTM_aist.ConfigurationListener.ConfigurationListeners.configsetname_num

ConfigurationSetNameListenerTypeリスナ配列 ConfigurationSetNameListenerTypeリスナを格納


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