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

ConfigurationSetListener class. More...

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

Public Member Functions

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

Static Public Attributes

 toString = staticmethod(toString)
 

Detailed Description

ConfigurationSetListener class.

This class is abstract base class for listener classes that provides callbacks for configuration set's related events.

Definition at line 187 of file ConfigurationListener.py.

Constructor & Destructor Documentation

def OpenRTM_aist.ConfigurationListener.ConfigurationSetListener.__init__ (   self)

Definition at line 191 of file ConfigurationListener.py.

def OpenRTM_aist.ConfigurationListener.ConfigurationSetListener.__del__ (   self)

Destructor.

Definition at line 237 of file ConfigurationListener.py.

Member Function Documentation

def OpenRTM_aist.ConfigurationListener.ConfigurationSetListener.__call__ (   self,
  config_set 
)

Virtual Callback function.

This is a the Callback function for ConfigurationSetListener

virtual void operator()(const coil::Properties& config_set) = 0;

Definition at line 256 of file ConfigurationListener.py.

def OpenRTM_aist.ConfigurationListener.ConfigurationSetListener.toString (   type)

Convert ConfigurationSetListenerType into the string.

Convert ConfigurationSetListenerType into the string.

Parameters
typeThe target ConfigurationSetListenerType for transformation
Returns
Trnasformation result of string representation

static const char* toString(ConfigurationSetListenerType type)

Definition at line 219 of file ConfigurationListener.py.

Member Data Documentation

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

Definition at line 228 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