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

More...

Public Member Functions

 __init__ (self)
 
 addPreActionListener (self, ltype, listener)
 
 addPostActionListener (self, ltype, listener)
 
 addPortActionListener (self, ltype, listener)
 
 addECActionListener (self, ltype, listener)
 
 removePreActionListener (self, ltype, listener)
 
 removePostActionListener (self, ltype, listener)
 
 removePortActionListener (self, ltype, listener)
 
 removeECActionListener (self, ltype, listener)
 
 notifyPreAction (self, ltype, ec_id)
 
 notifyPostAction (self, ltype, ec_id, ret)
 
 notifyPortAction (self, ltype, pprofile)
 
 notifyECAction (self, ltype, ec_id)
 

Public Attributes

 preaction_num
 
 postaction_num
 
 portaction_num
 
 ecaction_num
 

Detailed Description

Constructor & Destructor Documentation

◆ __init__()

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.__init__ ( self)

Parameters
self

Member Function Documentation

◆ addECActionListener()

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.addECActionListener ( self,
ltype,
listener )

Parameters
self
ltype
listener
Returns

◆ addPortActionListener()

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.addPortActionListener ( self,
ltype,
listener )

Parameters
self
ltype
listener
Returns

◆ addPostActionListener()

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.addPostActionListener ( self,
ltype,
listener )

Parameters
self
ltype
listener
Returns

◆ addPreActionListener()

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.addPreActionListener ( self,
ltype,
listener )

Parameters
self
ltype
listener
Returns

◆ notifyECAction()

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.notifyECAction ( self,
ltype,
ec_id )

Parameters
self
ltype
ec_id

◆ notifyPortAction()

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.notifyPortAction ( self,
ltype,
pprofile )

Parameters
self
ltype
pprofile

◆ notifyPostAction()

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.notifyPostAction ( self,
ltype,
ec_id,
ret )

Parameters
self
ltype
ec_id
ret

◆ notifyPreAction()

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.notifyPreAction ( self,
ltype,
ec_id )

Parameters
self
ltype
ec_id

◆ removeECActionListener()

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.removeECActionListener ( self,
ltype,
listener )

Parameters
self
ltype
listener
Returns

◆ removePortActionListener()

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.removePortActionListener ( self,
ltype,
listener )

Parameters
self
ltype
listener
Returns

◆ removePostActionListener()

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.removePostActionListener ( self,
ltype,
listener )

Parameters
self
ltype
listener
Returns

◆ removePreActionListener()

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.removePreActionListener ( self,
ltype,
listener )

Parameters
self
ltype
listener
Returns

Member Data Documentation

◆ ecaction_num

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.ecaction_num

◆ portaction_num

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.portaction_num

PortActionListenerType listener array The PortActionListenerType listener is stored.

◆ postaction_num

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.postaction_num

PostComponentActionListenerType listener array The PostComponentActionListenerType listener is stored.

◆ preaction_num

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.preaction_num

PreComponentActionListenerType listener array The PreComponentActionListenerType listener is stored.


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