OpenRTM-aist  1.2.1
Public Member Functions | Static Public Member Functions | List of all members
RTC::PostComponentActionListener Class Referenceabstract

PostComponentActionListener class. More...

#include <ComponentActionListener.h>

Public Member Functions

virtual ~PostComponentActionListener ()
 Destructor. More...
 
virtual void operator() (UniqueId ec_id, ReturnCode_t ret)=0
 Virtual Callback function. More...
 

Static Public Member Functions

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

Detailed Description

PostComponentActionListener class.

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

Constructor & Destructor Documentation

virtual RTC::PostComponentActionListener::~PostComponentActionListener ( )
virtual

Destructor.

Member Function Documentation

virtual void RTC::PostComponentActionListener::operator() ( UniqueId  ec_id,
ReturnCode_t  ret 
)
pure virtual

Virtual Callback function.

This is a the Callback function for PostComponentActionListener.

static const char* RTC::PostComponentActionListener::toString ( PostComponentActionListenerType  type)
inlinestatic

Convert PostComponentActionListenerType into the string.

Convert PostComponentActionListenerType into the string.

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

References RTC::PreComponentActionListener::operator()(), and RTC::POST_COMPONENT_ACTION_LISTENER_NUM.


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