PortConnectListener class. More...
#include <PortConnectListener.h>
Public Member Functions | |
virtual void | operator() (const char *portname, RTC::ConnectorProfile &profile)=0 |
Virtual Callback function. | |
virtual | ~PortConnectListener () |
Destructor. | |
Static Public Member Functions | |
static const char * | toString (PortConnectListenerType type) |
Convert PortConnectListenerType into the string. |
PortConnectListener class.
This class is abstract base class for listener classes that provides callbacks for various events in rtobject.
Definition at line 82 of file PortConnectListener.h.
RTC::PortConnectListener::~PortConnectListener | ( | ) | [virtual] |
Destructor.
Definition at line 53 of file PortConnectListener.cpp.
virtual void RTC::PortConnectListener::operator() | ( | const char * | portname, |
RTC::ConnectorProfile & | profile | ||
) | [pure virtual] |
Virtual Callback function.
This is a the Callback function for PortConnectListener.
const char * RTC::PortConnectListener::toString | ( | PortConnectListenerType | type | ) | [static] |
Convert PortConnectListenerType into the string.
Convert PortConnectListenerType into the string.
type | The target PortConnectListenerType for transformation |
Definition at line 33 of file PortConnectListener.cpp.