|
OpenRTM-aist
1.1.2
|
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... | |
ComponentActionListeners class.
| 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.
1.8.11