|
OpenRTM-aist
1.1.2
|
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... | |
PostComponentActionListener class.
This class is abstract base class for listener classes that provides callbacks for various events in rtobject.
|
virtual |
Destructor.
|
pure virtual |
Virtual Callback function.
This is a the Callback function for PostComponentActionListener.
|
inlinestatic |
Convert PostComponentActionListenerType into the string.
Convert PostComponentActionListenerType into the string.
| type | The target PostComponentActionListenerType for transformation |
References RTC::PreComponentActionListener::operator()(), and RTC::POST_COMPONENT_ACTION_LISTENER_NUM.
1.8.11