Public Member Functions | List of all members
RTC::ConnectionCallback Class Referenceabstract

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

#include <PortCallback.h>

Inheritance diagram for RTC::ConnectionCallback:
Inheritance graph
[legend]

Public Member Functions

virtual void operator() (RTC::ConnectorProfile &profile)=0
 Callback method. More...
 
virtual ~ConnectionCallback (void)
 Destructor. 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

Definition at line 55 of file PortCallback.h.

Constructor & Destructor Documentation

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

Destructor.

Destructor

Definition at line 71 of file PortCallback.h.

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

Implemented in PortBase::ConnectionCallbackMock.


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


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:08:03