OpenRTM-aist-Python 2.0.0
Public Member Functions | List of all members
OpenRTM_aist.ConfigurationListener.ConfigurationParamListener Class Reference

More...

Public Member Functions

def toString (status)
 
def __del__ (self)
 
def __call__ (self, config_set_name, config_param_name)
 

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.

Constructor & Destructor Documentation

◆ __del__()

def OpenRTM_aist.ConfigurationListener.ConfigurationParamListener.__del__ (   self)

Destructor

Member Function Documentation

◆ __call__()

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;

◆ toString()

def OpenRTM_aist.ConfigurationListener.ConfigurationParamListener.toString (   status)

Convert ConfigurationParamListenerType into the string.

Convert ConfigurationParamListenerType into the string.

Parameters
typeThe 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: