ComponentActionListeners クラス. [詳細]
#include <ComponentActionListener.h>
Public 変数 | |
PreComponentActionListenerHolder | preaction_ [PRE_COMPONENT_ACTION_LISTENER_NUM] |
PreComponentActionListenerTypeリスナ配列 PreComponentActionListenerTypeリスナを格納. | |
PostComponentActionListenerHolder | postaction_ [POST_COMPONENT_ACTION_LISTENER_NUM] |
PostComponentActionTypeリスナ配列 PostComponentActionTypeリスナを格納. | |
PortActionListenerHolder | portaction_ [PORT_ACTION_LISTENER_NUM] |
PortActionTypeリスナ配列 PortActionTypeリスナを格納. | |
ExecutionContextActionListenerHolder | ecaction_ [EC_ACTION_LISTENER_NUM] |
ExecutionContextActionTypeリスナ配列 ExecutionContextActionTypeリスナを格納. |
ExecutionContextActionListenerHolder RTC::ComponentActionListeners::ecaction_[EC_ACTION_LISTENER_NUM] |
ExecutionContextActionTypeリスナ配列 ExecutionContextActionTypeリスナを格納.
参照元 RTC::RTObject_impl::onAttachExecutionContext(), と RTC::RTObject_impl::onDetachExecutionContext().
PortActionListenerHolder RTC::ComponentActionListeners::portaction_[PORT_ACTION_LISTENER_NUM] |
PortActionTypeリスナ配列 PortActionTypeリスナを格納.
参照元 RTC::RTObject_impl::onAddPort(), と RTC::RTObject_impl::onRemovePort().
PostComponentActionListenerHolder RTC::ComponentActionListeners::postaction_[POST_COMPONENT_ACTION_LISTENER_NUM] |
PostComponentActionTypeリスナ配列 PostComponentActionTypeリスナを格納.
参照元 RTC::RTObject_impl::postOnAborting(), RTC::RTObject_impl::postOnActivated(), RTC::RTObject_impl::postOnDeactivated(), RTC::RTObject_impl::postOnError(), RTC::RTObject_impl::postOnExecute(), RTC::RTObject_impl::postOnFinalize(), RTC::RTObject_impl::postOnInitialize(), RTC::RTObject_impl::postOnRateChanged(), RTC::RTObject_impl::postOnReset(), RTC::RTObject_impl::postOnShutdown(), RTC::RTObject_impl::postOnStartup(), と RTC::RTObject_impl::postOnStateUpdate().
PreComponentActionListenerHolder RTC::ComponentActionListeners::preaction_[PRE_COMPONENT_ACTION_LISTENER_NUM] |
PreComponentActionListenerTypeリスナ配列 PreComponentActionListenerTypeリスナを格納.
参照元 RTC::RTObject_impl::preOnAborting(), RTC::RTObject_impl::preOnActivated(), RTC::RTObject_impl::preOnDeactivated(), RTC::RTObject_impl::preOnError(), RTC::RTObject_impl::preOnExecute(), RTC::RTObject_impl::preOnFinalize(), RTC::RTObject_impl::preOnInitialize(), RTC::RTObject_impl::preOnRateChanged(), RTC::RTObject_impl::preOnReset(), RTC::RTObject_impl::preOnShutdown(), RTC::RTObject_impl::preOnStartup(), と RTC::RTObject_impl::preOnStateUpdate().