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

ConfigurationSetNameListener class. More...

#include <ConfigurationListener.h>

Public Member Functions

virtual ~ConfigurationSetNameListener ()
 Destructor .
 
virtual void operator() (const char *config_set_name)=0
 Virtual Callback function.
 

Static Public Member Functions

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

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

◆ ~ConfigurationSetNameListener()

virtual RTC::ConfigurationSetNameListener::~ConfigurationSetNameListener ( )
virtual

Destructor .

Member Function Documentation

◆ operator()()

virtual void RTC::ConfigurationSetNameListener::operator() ( const char * config_set_name)
pure virtual

Virtual Callback function.

This is a the Callback function for ConfigurationSetNameListener.

◆ toString()

static const char * RTC::ConfigurationSetNameListener::toString ( ConfigurationSetNameListenerType 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_NAME_LISTENER_NUM.


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