OpenRTM-aist-Python 2.0.2
OpenRTM_aist.ConfigurationListener.ConfigurationSetNameListener Class Reference

More...

Public Member Functions

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

Detailed Description

ConfigurationSetNameListener class

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

  • ON_UPDATE_CONFIG_SET:
  • ON_REMOVE_CONFIG_SET:
  • ON_ACTIVATE_CONFIG_SET:

Constructor & Destructor Documentation

◆ __del__()

OpenRTM_aist.ConfigurationListener.ConfigurationSetNameListener.__del__ ( self)

Destructor

Member Function Documentation

◆ __call__()

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;

◆ toString()

OpenRTM_aist.ConfigurationListener.ConfigurationSetNameListener.toString ( status)

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: