Public Member Functions | Static Public Attributes
OpenRTM_aist.ConfigurationListener.ConfigurationParamListener Class Reference

ConfigurationParamListener class. More...

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

List of all members.

Public Member Functions

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

Static Public Attributes

tuple 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

Reimplemented in test_ConfigAdmin.ConfigParamListenerCallback.

Definition at line 68 of file ConfigurationListener.py.

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;

Reimplemented in test_ConfigAdmin.ConfigParamListenerCallback.

Definition at line 132 of file ConfigurationListener.py.

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

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 Aug 27 2015 14:17:29