ComponentActionListeners class. More...
#include <ComponentActionListener.h>
Public Attributes | |
ExecutionContextActionListenerHolder | ecaction_ [EC_ACTION_LISTENER_NUM] |
ExecutionContextActionType listener array The ExecutionContextActionType listener is stored. | |
PortActionListenerHolder | portaction_ [PORT_ACTION_LISTENER_NUM] |
PortActionType listener array The PortActionType listener is stored. | |
PostComponentActionListenerHolder | postaction_ [POST_COMPONENT_ACTION_LISTENER_NUM] |
PostComponentActionType listener array The PostComponentActionType listener is stored. | |
PreComponentActionListenerHolder | preaction_ [PRE_COMPONENT_ACTION_LISTENER_NUM] |
PreComponentActionListenerType listener array The PreComponentActionListenerType listener is stored. |
ComponentActionListeners class.
Definition at line 1018 of file ComponentActionListener.h.
ExecutionContextActionListenerHolder RTC::ComponentActionListeners::ecaction_[EC_ACTION_LISTENER_NUM] |
ExecutionContextActionType listener array The ExecutionContextActionType listener is stored.
Definition at line 1064 of file ComponentActionListener.h.
PortActionType listener array The PortActionType listener is stored.
Definition at line 1053 of file ComponentActionListener.h.
PostComponentActionListenerHolder RTC::ComponentActionListeners::postaction_[POST_COMPONENT_ACTION_LISTENER_NUM] |
PostComponentActionType listener array The PostComponentActionType listener is stored.
Definition at line 1042 of file ComponentActionListener.h.
PreComponentActionListenerHolder RTC::ComponentActionListeners::preaction_[PRE_COMPONENT_ACTION_LISTENER_NUM] |
PreComponentActionListenerType listener array The PreComponentActionListenerType listener is stored.
Definition at line 1031 of file ComponentActionListener.h.