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

PreComponentActionListener class. More...

#include <ComponentActionListener.h>

Public Member Functions

virtual ~PreComponentActionListener ()
 Destructor .
 
virtual void operator() (UniqueId ec_id)=0
 Virtual Callback function.
 

Static Public Member Functions

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

Detailed Description

PreComponentActionListener class.

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

Constructor & Destructor Documentation

◆ ~PreComponentActionListener()

virtual RTC::PreComponentActionListener::~PreComponentActionListener ( )
virtual

Destructor .

Member Function Documentation

◆ operator()()

virtual void RTC::PreComponentActionListener::operator() ( UniqueId ec_id)
pure virtual

Virtual Callback function.

This is a the Callback function for PreComponentActionListener.

◆ toString()

static const char * RTC::PreComponentActionListener::toString ( PreComponentActionListenerType type)
inlinestatic

Convert PreComponentActionListenerType into the string.

Convert PreComponentActionListenerType into the string.

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

References RTC::PRE_COMPONENT_ACTION_LISTENER_NUM.


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