OpenRTM-aist-Python 2.0.2
OpenRTM_aist.ComponentActionListener.PortActionListener Class Reference

More...

Public Member Functions

 toString (status)
 
 __del__ (self)
 
 __call__ (self, pprof)
 

Detailed Description

PortActionListener class

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

Constructor & Destructor Documentation

◆ __del__()

OpenRTM_aist.ComponentActionListener.PortActionListener.__del__ ( self)

Destructor virtual ~PortActionListener();

Member Function Documentation

◆ __call__()

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;

◆ toString()

OpenRTM_aist.ComponentActionListener.PortActionListener.toString ( status)

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: