Callback functor abstract for connect/notify_connect() funcs. More...
#include <PortCallback.h>
Public Member Functions | |
| virtual | ~ConnectionCallback (void) | 
| Destructor.   | |
| virtual void | operator() (RTC::ConnectorProfile &profile)=0 | 
| Callback method.   | |
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 | 
| virtual RTC::ConnectionCallback::~ConnectionCallback | ( | void | ) |  [inline, virtual] | 
        
Destructor.
Destructor
| virtual void RTC::ConnectionCallback::operator() | ( | RTC::ConnectorProfile & | profile | ) |  [pure virtual] | 
        
Callback method.
This is the callback method invoked when connect/notify_connect() invocation in Port.
| profile | ConnectorProfile | 
 1.6.3