OpenRTM
1.0.0
|
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. |
PreComponentActionListener 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 PreComponentActionListener.
|
inlinestatic |
Convert PreComponentActionListenerType into the string.
Convert PreComponentActionListenerType into the string.
type | The target PreComponentActionListenerType for transformation |
References RTC::PRE_COMPONENT_ACTION_LISTENER_NUM.