OpenRTM  1.1.1
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

ExecutionContextActionListenerHolder RTC::ComponentActionListeners::ecaction_[EC_ACTION_LISTENER_NUM]

ExecutionContextActionType listener array The ExecutionContextActionType listener is stored.

Referenced by RTC::RTObject_impl::onAttachExecutionContext(), and RTC::RTObject_impl::onDetachExecutionContext().

PortActionListenerHolder RTC::ComponentActionListeners::portaction_[PORT_ACTION_LISTENER_NUM]

PortActionType listener array The PortActionType listener is stored.

Referenced by RTC::RTObject_impl::onAddPort(), and RTC::RTObject_impl::onRemovePort().

PostComponentActionListenerHolder RTC::ComponentActionListeners::postaction_[POST_COMPONENT_ACTION_LISTENER_NUM]
PreComponentActionListenerHolder RTC::ComponentActionListeners::preaction_[PRE_COMPONENT_ACTION_LISTENER_NUM]