RTC::ConnectionCallback Class Reference

Callback functor abstract for connect/notify_connect() funcs. More...

#include <PortCallback.h>

List of all members.

Public Member Functions

virtual ~ConnectionCallback (void)
 Destructor.
virtual void operator() (RTC::ConnectorProfile &profile)=0
 Callback method.

Detailed Description

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.

Parameters:
profile ConnectorProfile
Since:
1.0.0

Constructor & Destructor Documentation

virtual RTC::ConnectionCallback::~ConnectionCallback ( void   )  [inline, virtual]

Destructor.

Destructor


Member Function Documentation

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.

Parameters:
profile ConnectorProfile
Generated on Fri Oct 28 18:31:18 2016 for OpenRTM-aist by  doxygen 1.6.3