#include <ConnectorListener.h>
Public Member Functions | |
| virtual | ~ConnectorListener () |
| Destructor. | |
| virtual void | operator() (const ConnectorInfo &info)=0 |
| Virtual Callback method. | |
Static Public Member Functions | |
| static const char * | toString (ConnectorListenerType type) |
| Convert ConnectorListenerType into the string. | |
This class is abstract base class for listener classes that provides callbacks for various events in the data port's connectors.
| virtual RTC::ConnectorListener::~ConnectorListener | ( | ) | [virtual] |
Destructor.
| static const char* RTC::ConnectorListener::toString | ( | ConnectorListenerType | type | ) | [inline, static] |
Convert ConnectorListenerType into the string.
Convert ConnectorListenerType into the string.
| type | The target ConnectorListenerType for transformation |
References RTC::CONNECTOR_LISTENER_NUM.
| virtual void RTC::ConnectorListener::operator() | ( | const ConnectorInfo & | info | ) | [pure virtual] |
Virtual Callback method.
1.5.5