|
OpenRTM-aist
1.1.2
|
PortActionListener class. More...
#include <ComponentActionListener.h>
Public Member Functions | |
| virtual | ~PortActionListener () |
| Destructor. More... | |
| virtual void | operator() (const ::RTC::PortProfile &pprof)=0 |
| Virtual Callback function. More... | |
Static Public Member Functions | |
| static const char * | toString (PortActionListenerType type) |
| Convert PreComponentActionListenerType into the string. More... | |
PortActionListener 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 PortActionListener
|
inlinestatic |
Convert PreComponentActionListenerType into the string.
Convert PreComponentActionListenerType into the string.
| type | The target PreComponentActionListenerType for transformation |
References RTC::PreComponentActionListener::operator()(), and RTC::PORT_ACTION_LISTENER_NUM.
1.8.11