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

ConfigurationSetNameListener class. More...

Public Member Functions

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

Detailed Description

ConfigurationSetNameListener class.

This class is abstract base class for listener classes that provides callbacks for various events for ConfigurationSet.

Member Function Documentation

def OpenRTM_aist.ConfigurationListener.ConfigurationSetNameListener.__call__ (   self,
  config_set_name 
)

Virtual Callback function.

This is a the Callback function for ConfigurationSetNameListener.

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

def OpenRTM_aist.ConfigurationListener.ConfigurationSetNameListener.toString (   type)

Convert ConfigurationSetNameListenerType into the string.

Convert ConfigurationSetNameListenerType into the string.

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

static const char* toString(ConfigurationSetNameListenerType type)


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