OpenRTM-aist-Python 1.2.1
Public Member Functions | List of all members
OpenRTM_aist.ComponentActionListener.PortActionListener Class Reference

PortActionListener class. More...

Public Member Functions

def toString (type)
 Convert PortActionListenerType into the string. More...
 
def __del__ (self)
 Destructor virtual ~PortActionListener();.
 
def __call__ (self, pprof)
 Virtual Callback function. More...
 

Detailed Description

PortActionListener class.

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

Member Function Documentation

def OpenRTM_aist.ComponentActionListener.PortActionListener.__call__ (   self,
  pprof 
)

Virtual Callback function.

This is a the Callback function for PortActionListener

virtual void operator()(const ::RTC::PortProfile& pprof) = 0;

def OpenRTM_aist.ComponentActionListener.PortActionListener.toString (   type)

Convert PortActionListenerType into the string.

Convert PortActionListenerType into the string.

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

static const char* toString(PortActionListenerType type)


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