OpenRTM_aist.ConfigurationListener.ConfigurationParamListener Class Reference

ConfigurationParamListener class. More...

List of all members.

Public Member Functions

def toString
 Convert ConfigurationParamListenerType into the string.
def __del__
 Destructor.
def __call__
 Virtual Callback function.

Detailed Description

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.


Member Function Documentation

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

Virtual Callback function.

This is a the Callback function for ConfigurationParamListener.

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

def OpenRTM_aist.ConfigurationListener.ConfigurationParamListener.toString (   type  ) 

Convert ConfigurationParamListenerType into the string.

Convert ConfigurationParamListenerType into the string.

Parameters:
type The target ConfigurationParamListenerType for transformation
Returns:
Trnasformation result of string representation

static const char* toString(ConfigurationParamListenerType type)


The documentation for this class was generated from the following file:
Generated on Mon Mar 2 14:14:03 2015 for OpenRTM-aist-1.1.0-Python by  doxygen 1.6.3