Public Member Functions
RTC::ConnectionCallback Class Reference

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

#include <PortCallback.h>

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

List of all members.

Public Member Functions

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

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  ) [inline, virtual]

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 Thu Aug 27 2015 14:16:41