OpenRTM  1.0.0
Public Attributes | List of all members
RTC::ComponentActionListeners Class Reference

ComponentActionListeners class. More...

#include <ComponentActionListener.h>

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

◆ ecaction_

ExecutionContextActionListenerHolder RTC::ComponentActionListeners::ecaction_[EC_ACTION_LISTENER_NUM]

ExecutionContextActionType listener array The ExecutionContextActionType listener is stored.

◆ portaction_

PortActionListenerHolder RTC::ComponentActionListeners::portaction_[PORT_ACTION_LISTENER_NUM]

PortActionType listener array The PortActionType listener is stored.

◆ postaction_

PostComponentActionListenerHolder RTC::ComponentActionListeners::postaction_[POST_COMPONENT_ACTION_LISTENER_NUM]

PostComponentActionType listener array The PostComponentActionType listener is stored.

◆ preaction_

PreComponentActionListenerHolder RTC::ComponentActionListeners::preaction_[PRE_COMPONENT_ACTION_LISTENER_NUM]

PreComponentActionListenerType listener array The PreComponentActionListenerType listener is stored.