OpenRTM-aist-Python 1.1.2
Public Member Functions | List of all members
OpenRTM_aist.PortConnectListener.PortConnectListener Class Reference

PortConnectListener class. More...

Public Member Functions

def toString
 Convert PortConnectListenerType into the string. More...
 
def __del__
 Destructor.
 
def __call__
 Virtual Callback function. More...
 

Detailed Description

PortConnectListener class.

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

Member Function Documentation

def OpenRTM_aist.PortConnectListener.PortConnectListener.__call__ (   self,
  portname,
  profile 
)

Virtual Callback function.

This is a the Callback function for PortConnectListener.

virtual void operator()(const char* portname, RTC::ConnectorProfile& profile) = 0;

def OpenRTM_aist.PortConnectListener.PortConnectListener.toString (   type)

Convert PortConnectListenerType into the string.

Convert PortConnectListenerType into the string.

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

static const char* toString(PortConnectListenerType type);


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