Public Member Functions | Static Public Attributes | List of all members
OpenRTM_aist.ComponentActionListener.ComponentActionListeners Class Reference

ComponentActionListeners class. More...

Public Member Functions

def __init__ (self)
 

Static Public Attributes

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

Detailed Description

ComponentActionListeners class.


Definition at line 1087 of file ComponentActionListener.py.

Constructor & Destructor Documentation

def OpenRTM_aist.ComponentActionListener.ComponentActionListeners.__init__ (   self)

Definition at line 1091 of file ComponentActionListener.py.

Member Data Documentation

list OpenRTM_aist.ComponentActionListener.ComponentActionListeners.ecaction_
static
Initial value:
1 = [ExecutionContextActionListenerHolder()
2  for i in range(ecaction_num)]

Definition at line 1139 of file ComponentActionListener.py.

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.ecaction_num = ExecutionContextActionListenerType.EC_ACTION_LISTENER_NUM
static

ExecutionContextActionListenerType listener array The ExecutionContextActionListenerType listener is stored.

Definition at line 1138 of file ComponentActionListener.py.

list OpenRTM_aist.ComponentActionListener.ComponentActionListeners.portaction_
static
Initial value:
1 = [PortActionListenerHolder()
2  for i in range(portaction_num)]

Definition at line 1127 of file ComponentActionListener.py.

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.portaction_num = PortActionListenerType.PORT_ACTION_LISTENER_NUM
static

PortActionListenerType listener array The PortActionListenerType listener is stored.

Definition at line 1126 of file ComponentActionListener.py.

list OpenRTM_aist.ComponentActionListener.ComponentActionListeners.postaction_
static
Initial value:
1 = [PostComponentActionListenerHolder()
2  for i in range(postaction_num)]

Definition at line 1115 of file ComponentActionListener.py.

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.postaction_num = PostComponentActionListenerType.POST_COMPONENT_ACTION_LISTENER_NUM
static

PostComponentActionListenerType listener array The PostComponentActionListenerType listener is stored.

Definition at line 1114 of file ComponentActionListener.py.

list OpenRTM_aist.ComponentActionListener.ComponentActionListeners.preaction_
static
Initial value:
1 = [PreComponentActionListenerHolder()
2  for i in range(preaction_num)]

Definition at line 1103 of file ComponentActionListener.py.

OpenRTM_aist.ComponentActionListener.ComponentActionListeners.preaction_num = PreComponentActionListenerType.PRE_COMPONENT_ACTION_LISTENER_NUM
static

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 Jun 6 2019 19:11:35