Callback functor abstract for connect/notify_connect() funcs. More...
#include <PortCallback.h>
Public Member Functions | |
virtual void | operator() (RTC::ConnectorProfile &profile)=0 |
Callback method. More... | |
virtual | ~ConnectionCallback (void) |
Destructor. 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 |
Definition at line 55 of file PortCallback.h.
|
inlinevirtual |
|
pure virtual |
Callback method.
This is the callback method invoked when connect/notify_connect() invocation in Port.
profile | ConnectorProfile |
Implemented in PortBase::ConnectionCallbackMock.