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

More...

Inheritance diagram for OpenRTM_aist.ConfigurationListener.ConfigurationSetListener:
OpenRTM_aist.PeriodicECSharedComposite.addCallback OpenRTM_aist.PeriodicECSharedComposite.setCallback

Public Member Functions

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

Detailed Description

ConfigurationSetListener class

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

  • ON_SET_CONFIG_SET: Value list has been set as a configuration set
  • ON_ADD_CONFIG_SET: A new configuration set has been added

Constructor & Destructor Documentation

◆ __del__()

OpenRTM_aist.ConfigurationListener.ConfigurationSetListener.__del__ ( self)

Destructor

Member Function Documentation

◆ __call__()

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;

Reimplemented in OpenRTM_aist.PeriodicECSharedComposite.addCallback, and OpenRTM_aist.PeriodicECSharedComposite.setCallback.

◆ toString()

OpenRTM_aist.ConfigurationListener.ConfigurationSetListener.toString ( status)

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)


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