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

More...

Public Member Functions

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

Detailed Description

PostComponentActionListener 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.PostComponentActionListener.__del__ ( self)

Destructor

Member Function Documentation

◆ __call__()

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;

◆ toString()

OpenRTM_aist.ComponentActionListener.PostComponentActionListener.toString ( status)

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: