Public Member Functions | Static Public Attributes | List of all members
OpenRTM_aist.ConfigurationListener.ConfigurationParamListener Class Reference

ConfigurationParamListener class. More...

Inheritance diagram for OpenRTM_aist.ConfigurationListener.ConfigurationParamListener:
Inheritance graph
[legend]

Public Member Functions

def __call__ (self, config_set_name, config_param_name)
 Virtual Callback function. More...
 
def __del__ (self)
 Destructor. More...
 
def __init__ (self)
 
def toString (type)
 Convert ConfigurationParamListenerType into the string. More...
 

Static Public Attributes

 toString = staticmethod(toString)
 

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.

Definition at line 64 of file ConfigurationListener.py.

Constructor & Destructor Documentation

def OpenRTM_aist.ConfigurationListener.ConfigurationParamListener.__init__ (   self)

Definition at line 68 of file ConfigurationListener.py.

def OpenRTM_aist.ConfigurationListener.ConfigurationParamListener.__del__ (   self)

Destructor.

Definition at line 112 of file ConfigurationListener.py.

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;

Definition at line 132 of file ConfigurationListener.py.

def OpenRTM_aist.ConfigurationListener.ConfigurationParamListener.toString (   type)

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)

Definition at line 94 of file ConfigurationListener.py.

Member Data Documentation

OpenRTM_aist.ConfigurationListener.ConfigurationParamListener.toString = staticmethod(toString)
static

Definition at line 103 of file ConfigurationListener.py.


The documentation for this class was generated from the following file:


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:35