OpenRTM-aist  2.1.0
Public Member Functions | List of all members
RTC::ConnectionCallback Class Referenceabstract

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

#include <PortCallback.h>

Public Member Functions

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

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
profileConnectorProfile
Since
1.0.0

Constructor & Destructor Documentation

◆ ~ConnectionCallback()

virtual RTC::ConnectionCallback::~ConnectionCallback ( )
virtualdefault

Destructor.

Destructor

Member Function Documentation

◆ operator()()

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
profileConnectorProfile

The documentation for this class was generated from the following file: