|
OpenRTM
1.1.1
|
Callback functor abstract for connect/notify_connect() funcs. More...
#include <PortCallback.h>
Public Member Functions | |
| virtual | ~ConnectionCallback (void) |
| Destructor. More... | |
| virtual void | operator() (RTC::ConnectorProfile &profile)=0 |
| Callback method. More... | |
Callback functor abstract for connect/notify_connect() funcs.
This is the interface for callback functor for connect/notify_connect() invocation in Port. Argument is RTC::ConnectorProfile that is given these functions.
| profile | ConnectorProfile |
|
inlinevirtual |
Destructor.
Destructor
|
pure virtual |
Callback method.
This is the callback method invoked when connect/notify_connect() invocation in Port.
| profile | ConnectorProfile |
1.8.6