Public Member Functions | Static Public Attributes | List of all members
OpenRTM_aist.PortConnectListener.PortConnectListener Class Reference

PortConnectListener class. More...

Public Member Functions

def __call__ (self, portname, profile)
 Virtual Callback function. More...
 
def __del__ (self)
 Destructor. More...
 
def __init__ (self)
 
def toString (type)
 Convert PortConnectListenerType into the string. More...
 

Static Public Attributes

 toString = staticmethod(toString)
 

Detailed Description

PortConnectListener class.

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

Definition at line 109 of file PortConnectListener.py.

Constructor & Destructor Documentation

def OpenRTM_aist.PortConnectListener.PortConnectListener.__init__ (   self)

Definition at line 113 of file PortConnectListener.py.

def OpenRTM_aist.PortConnectListener.PortConnectListener.__del__ (   self)

Destructor.

Definition at line 160 of file PortConnectListener.py.

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;

Definition at line 180 of file PortConnectListener.py.

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);

Definition at line 139 of file PortConnectListener.py.

Member Data Documentation

OpenRTM_aist.PortConnectListener.PortConnectListener.toString = staticmethod(toString)
static

Definition at line 151 of file PortConnectListener.py.


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


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:38