ConnectorListener class. More...
#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. | |
ConnectorListener class.
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.
| virtual void RTC::ConnectorListener::operator() | ( | const ConnectorInfo & | info | ) | [pure virtual] |
Virtual Callback method.
This method invokes the callback method of ConnectorDataListenerT. Data is converted into the variable type used in DataPort.
| 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.
1.6.3