OpenRTM-aist  1.2.1
Public Member Functions | Static Public Member Functions | List of all members
RTC::PortConnectRetListener Class Referenceabstract

PortConnectRetListener class. More...

#include <PortConnectListener.h>

Public Member Functions

virtual ~PortConnectRetListener ()
 Destructor. More...
 
virtual void operator() (const char *portname, RTC::ConnectorProfile &profile, ReturnCode_t ret)=0
 Virtual Callback function. More...
 

Static Public Member Functions

static const char * toString (PortConnectRetListenerType type)
 Convert PortConnectRetListenerType into string. More...
 

Detailed Description

PortConnectRetListener class.

This class is abstract base class for listener classes that provides callbacks for various events in rtobject.

Constructor & Destructor Documentation

virtual RTC::PortConnectRetListener::~PortConnectRetListener ( )
virtual

Destructor.

Member Function Documentation

virtual void RTC::PortConnectRetListener::operator() ( const char *  portname,
RTC::ConnectorProfile &  profile,
ReturnCode_t  ret 
)
pure virtual

Virtual Callback function.

This is a the Callback function for PortConnectRetListener.

static const char* RTC::PortConnectRetListener::toString ( PortConnectRetListenerType  type)
static

Convert PortConnectRetListenerType into string.

Convert PortConnectRetListenerType into string.

Parameters
typeThe target PortConnectRetListenerType for transformation
Returns
Trnasformation result of string representation

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