PostComponentActionListener class. More...
Public Member Functions | |
CompStatMsg (ComponentObserverConsumer &coc) | |
void | onAborting (UniqueId ec_id, ReturnCode_t ret) |
void | onActivated (UniqueId ec_id, ReturnCode_t ret) |
void | onDeactivated (UniqueId ec_id, ReturnCode_t ret) |
void | onFinalize (UniqueId ec_id, ReturnCode_t ret) |
void | onGeneric (const char *msgprefix, UniqueId ec_id, ReturnCode_t ret) |
void | onReset (UniqueId ec_id, ReturnCode_t ret) |
Public Attributes | |
PostComponentActionListener * | abortingListener |
PostComponentActionListener * | activatedListener |
PostComponentActionListener * | deactivatedListener |
PostComponentActionListener * | finalizeListener |
PostComponentActionListener * | resetListener |
Private Attributes | |
ComponentObserverConsumer & | m_coc |
PostComponentActionListener class.
Definition at line 301 of file ComponentObserverConsumer.h.
RTC::ComponentObserverConsumer::CompStatMsg::CompStatMsg | ( | ComponentObserverConsumer & | coc | ) | [inline] |
Definition at line 304 of file ComponentObserverConsumer.h.
void RTC::ComponentObserverConsumer::CompStatMsg::onAborting | ( | UniqueId | ec_id, |
ReturnCode_t | ret | ||
) | [inline] |
Definition at line 329 of file ComponentObserverConsumer.h.
void RTC::ComponentObserverConsumer::CompStatMsg::onActivated | ( | UniqueId | ec_id, |
ReturnCode_t | ret | ||
) | [inline] |
Definition at line 317 of file ComponentObserverConsumer.h.
void RTC::ComponentObserverConsumer::CompStatMsg::onDeactivated | ( | UniqueId | ec_id, |
ReturnCode_t | ret | ||
) | [inline] |
Definition at line 321 of file ComponentObserverConsumer.h.
void RTC::ComponentObserverConsumer::CompStatMsg::onFinalize | ( | UniqueId | ec_id, |
ReturnCode_t | ret | ||
) | [inline] |
Definition at line 333 of file ComponentObserverConsumer.h.
void RTC::ComponentObserverConsumer::CompStatMsg::onGeneric | ( | const char * | msgprefix, |
UniqueId | ec_id, | ||
ReturnCode_t | ret | ||
) | [inline] |
Definition at line 308 of file ComponentObserverConsumer.h.
void RTC::ComponentObserverConsumer::CompStatMsg::onReset | ( | UniqueId | ec_id, |
ReturnCode_t | ret | ||
) | [inline] |
Definition at line 325 of file ComponentObserverConsumer.h.
Definition at line 341 of file ComponentObserverConsumer.h.
Definition at line 338 of file ComponentObserverConsumer.h.
Definition at line 339 of file ComponentObserverConsumer.h.
Definition at line 342 of file ComponentObserverConsumer.h.
Definition at line 344 of file ComponentObserverConsumer.h.
Definition at line 340 of file ComponentObserverConsumer.h.