|
OpenRTM-aist
2.1.0
|
#include <ConfigurationListener.h>
| RTC::ConfigurationListeners::~ConfigurationListeners | ( | ) |
デストラクタ
| bool RTC::ConfigurationListeners::addListener | ( | ConfigurationParamListenerType | type, |
| ConfigurationParamListener * | listener, | ||
| bool | autoclean = true |
||
| ) |
リスナーの追加
指定の種類のConfigurationParamListenerを追加する。
| type | リスナの種類 |
| listener | 追加するリスナ |
| autoclean | true:デストラクタで削除する, false:デストラクタで削除しない |
| bool RTC::ConfigurationListeners::addListener | ( | ConfigurationSetListenerType | type, |
| ConfigurationSetListener * | listener, | ||
| bool | autoclean = true |
||
| ) |
リスナーの追加
指定の種類のConfigurationSetListenerを追加する。
| type | リスナの種類 |
| listener | 追加するリスナ |
| autoclean | true:デストラクタで削除する, false:デストラクタで削除しない |
| bool RTC::ConfigurationListeners::addListener | ( | ConfigurationSetNameListenerType | type, |
| ConfigurationSetNameListener * | listener, | ||
| bool | autoclean = true |
||
| ) |
リスナーの追加
指定の種類のConfigurationSetNameListenerを追加する。
| type | リスナの種類 |
| listener | 追加するリスナ |
| autoclean | true:デストラクタで削除する, false:デストラクタで削除しない |
|
inline |
リスナーへ通知する
指定の種類のConfigurationParamListenerのコールバック関数を呼び出す。
| type | リスナの種類 |
| ec_id | 実行コンテキストのID |
参照元 notify().
|
inline |
リスナーへ通知する
指定の種類のConfigurationSetListenerのコールバック関数を呼び出す。
| type | リスナの種類 |
| ec_id | 実行コンテキストのID |
参照先 notify().
|
inline |
リスナーへ通知する
指定の種類のConfigurationSetNameListenerのコールバック関数を呼び出す。
| type | リスナの種類 |
| ec_id | 実行コンテキストのID |
参照先 notify().
| bool RTC::ConfigurationListeners::removeListener | ( | ConfigurationParamListenerType | type, |
| ConfigurationParamListener * | listener | ||
| ) |
リスナーの削除
指定の種類のConfigurationParamListenerを削除する。
| type | リスナの種類 |
| listener | 削除するリスナ |
| bool RTC::ConfigurationListeners::removeListener | ( | ConfigurationSetListenerType | type, |
| ConfigurationSetListener * | listener | ||
| ) |
リスナーの削除
指定の種類のConfigurationSetListenerを削除する。
| type | リスナの種類 |
| listener | 削除するリスナ |
| bool RTC::ConfigurationListeners::removeListener | ( | ConfigurationSetNameListenerType | type, |
| ConfigurationSetNameListener * | listener | ||
| ) |
リスナーの削除
指定の種類のConfigurationSetNameListenerを削除する。
| type | リスナの種類 |
| listener | 削除するリスナ |