ConfigurationParamListener class. More...
#include <ConfigurationListener.h>
Public Member Functions | |
| virtual | ~ConfigurationParamListener () | 
| Destructor.   | |
| virtual void | operator() (const char *config_set_name, const char *config_param_name)=0 | 
| Virtual Callback function.   | |
Static Public Member Functions | |
| static const char * | toString (ConfigurationParamListenerType type) | 
| Convert ConfigurationParamListenerType into the string.   | |
ConfigurationParamListener class.
This class is abstract base class for listener classes that provides callbacks for various events for Configuration parameter. The listener will be called on the following event.
| virtual RTC::ConfigurationParamListener::~ConfigurationParamListener | ( | ) |  [virtual] | 
        
Destructor.
| virtual void RTC::ConfigurationParamListener::operator() | ( | const char * | config_set_name, | |
| const char * | config_param_name | |||
| ) |  [pure virtual] | 
        
Virtual Callback function.
This is a the Callback function for ConfigurationParamListener.
| static const char* RTC::ConfigurationParamListener::toString | ( | ConfigurationParamListenerType | type | ) |  [inline, static] | 
        
Convert ConfigurationParamListenerType into the string.
Convert ConfigurationParamListenerType into the string.
| type | The target ConfigurationParamListenerType for transformation | 
References RTC::CONFIG_PARAM_LISTENER_NUM.
 1.6.3