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

More...

Public Member Functions

def toString (status)
 
def __del__ (self)
 
def __call__ (self, ec_id)
 

Detailed Description

PreComponentActionListener class

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

Constructor & Destructor Documentation

◆ __del__()

def OpenRTM_aist.ComponentActionListener.PreComponentActionListener.__del__ (   self)

Destructor

Member Function Documentation

◆ __call__()

def OpenRTM_aist.ComponentActionListener.PreComponentActionListener.__call__ (   self,
  ec_id 
)

Virtual Callback function

This is a the Callback function for PreComponentActionListener.

virtual void operator()(UniqueId ec_id) = 0;

◆ toString()

def OpenRTM_aist.ComponentActionListener.PreComponentActionListener.toString (   status)

Convert PreComponentActionListenerType into the string.

Convert PreComponentActionListenerType into the string.

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

static const char* toString(PreComponentActionListenerType type)


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