OpenRTM-aist  1.2.1
Public Attributes | List of all members
RTC::ComponentActionListeners Class Reference

ComponentActionListeners class. More...

#include <ComponentActionListener.h>

Collaboration diagram for RTC::ComponentActionListeners:
Collaboration graph
[legend]

Public Attributes

PreComponentActionListenerHolder preaction_ [PRE_COMPONENT_ACTION_LISTENER_NUM]
 PreComponentActionListenerType listener array The PreComponentActionListenerType listener is stored. More...
 
PostComponentActionListenerHolder postaction_ [POST_COMPONENT_ACTION_LISTENER_NUM]
 PostComponentActionType listener array The PostComponentActionType listener is stored. More...
 
PortActionListenerHolder portaction_ [PORT_ACTION_LISTENER_NUM]
 PortActionType listener array The PortActionType listener is stored. More...
 
ExecutionContextActionListenerHolder ecaction_ [EC_ACTION_LISTENER_NUM]
 ExecutionContextActionType listener array The ExecutionContextActionType listener is stored. More...
 

Detailed Description

ComponentActionListeners class.

Member Data Documentation

ExecutionContextActionListenerHolder RTC::ComponentActionListeners::ecaction_[EC_ACTION_LISTENER_NUM]

ExecutionContextActionType listener array The ExecutionContextActionType listener is stored.

PortActionListenerHolder RTC::ComponentActionListeners::portaction_[PORT_ACTION_LISTENER_NUM]

PortActionType listener array The PortActionType listener is stored.

PostComponentActionListenerHolder RTC::ComponentActionListeners::postaction_[POST_COMPONENT_ACTION_LISTENER_NUM]

PostComponentActionType listener array The PostComponentActionType listener is stored.

PreComponentActionListenerHolder RTC::ComponentActionListeners::preaction_[PRE_COMPONENT_ACTION_LISTENER_NUM]

PreComponentActionListenerType listener array The PreComponentActionListenerType listener is stored.


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