OpenRTM-aist 2.0.2
Loading...
Searching...
No Matches
RTC::ConfigurationSetListener Class Referenceabstract

ConfigurationSetListener class. More...

#include <ConfigurationListener.h>

Public Member Functions

virtual ~ConfigurationSetListener ()
 Destructor .
 
virtual void operator() (const coil::Properties &config_set)=0
 Virtual Callback function.
 

Static Public Member Functions

static const char * toString (ConfigurationSetListenerType type)
 Convert ConfigurationSetNameListenerType into the string.
 

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

◆ ~ConfigurationSetListener()

virtual RTC::ConfigurationSetListener::~ConfigurationSetListener ( )
virtual

Destructor .

Member Function Documentation

◆ operator()()

virtual void RTC::ConfigurationSetListener::operator() ( const coil::Properties & config_set)
pure virtual

Virtual Callback function.

This is a the Callback function for ConfigurationSetListener

◆ toString()

static const char * RTC::ConfigurationSetListener::toString ( ConfigurationSetListenerType type)
inlinestatic

Convert ConfigurationSetNameListenerType into the string.

Convert ConfigurationSetNameListenerType into the string.

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

References RTC::CONFIG_SET_LISTENER_NUM.


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