Public Member Functions | Static Public Attributes
OpenRTM_aist.ComponentActionListener.ComponentActionListeners Class Reference

ComponentActionListeners class. More...

List of all members.

Public Member Functions

def __init__

Static Public Attributes

list ecaction_
 ecaction_num = ExecutionContextActionListenerType.EC_ACTION_LISTENER_NUM
 ExecutionContextActionListenerType listener array The ExecutionContextActionListenerType listener is stored.
list portaction_
 portaction_num = PortActionListenerType.PORT_ACTION_LISTENER_NUM
 PortActionListenerType listener array The PortActionListenerType listener is stored.
list postaction_
 postaction_num = PostComponentActionListenerType.POST_COMPONENT_ACTION_LISTENER_NUM
 PostComponentActionListenerType listener array The PostComponentActionListenerType listener is stored.
list preaction_
 preaction_num = PreComponentActionListenerType.PRE_COMPONENT_ACTION_LISTENER_NUM
 PreComponentActionListenerType listener array The PreComponentActionListenerType listener is stored.

Detailed Description

ComponentActionListeners class.

Definition at line 1087 of file ComponentActionListener.py.


Constructor & Destructor Documentation

Definition at line 1091 of file ComponentActionListener.py.


Member Data Documentation

Initial value:
[ExecutionContextActionListenerHolder()
               for i in range(ecaction_num)]

Definition at line 1139 of file ComponentActionListener.py.

ExecutionContextActionListenerType listener array The ExecutionContextActionListenerType listener is stored.

Definition at line 1138 of file ComponentActionListener.py.

Initial value:
[PortActionListenerHolder()
                 for i in range(portaction_num)]

Definition at line 1127 of file ComponentActionListener.py.

PortActionListenerType listener array The PortActionListenerType listener is stored.

Definition at line 1126 of file ComponentActionListener.py.

Initial value:
[PostComponentActionListenerHolder()
                 for i in range(postaction_num)]

Definition at line 1115 of file ComponentActionListener.py.

PostComponentActionListenerType listener array The PostComponentActionListenerType listener is stored.

Definition at line 1114 of file ComponentActionListener.py.

Initial value:
[PreComponentActionListenerHolder() 
                for i in range(preaction_num)]

Definition at line 1103 of file ComponentActionListener.py.

PreComponentActionListenerType listener array The PreComponentActionListenerType listener is stored.

Definition at line 1102 of file ComponentActionListener.py.


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


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Aug 27 2015 14:17:28