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

PostComponentActionListener class. More...

Public Member Functions

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

Detailed Description

PostComponentActionListener 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.PostComponentActionListener.__call__ (   self,
  ec_id,
  ret 
)

Virtual Callback function.

This is a the Callback function for PostComponentActionListener.

virtual void operator()(UniqueId ec_id, ReturnCode_t ret) = 0;

def OpenRTM_aist.ComponentActionListener.PostComponentActionListener.toString (   type)

Convert PostComponentActionListenerType into the string.

Convert PostComponentActionListenerType into the string.

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

static const char* toString(PostComponentActionListenerType type)


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