OpenRTM-aist  1.2.1
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 (void)
 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

virtual RTC::ConnectionCallback::~ConnectionCallback ( void  )
inlinevirtual

Destructor.

Destructor

References operator()().

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
profileConnectorProfile

Referenced by ~ConnectionCallback(), RTC::DisconnectCallback::~DisconnectCallback(), RTC::OnRead< DataType >::~OnRead(), RTC::OnReadConvert< DataType >::~OnReadConvert(), RTC::OnWrite< DataType >::~OnWrite(), and RTC::OnWriteConvert< DataType >::~OnWriteConvert().


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