|
RTC Toolkit 5.1.0
|
#include <businessLogic.hpp>
Public Types | |
| using | ComponentType = LifeCycle |
Public Member Functions | |
| BusinessLogic (const std::string &name, ServiceContainer &services) | |
| virtual | ~BusinessLogic ()=default |
| void | ActivityStarting (StopToken st) override |
| void | ActivityInitialising (StopToken st) override |
| void | ActivityEnabling (StopToken st) override |
| void | ActivityDisabling (StopToken st) override |
| void | ActivityGoingRunning (StopToken st) override |
| void | ActivityGoingIdle (StopToken st) override |
| void | ActivityRunning (StopToken st) override |
| void | ActivityRecovering (StopToken st) override |
| void | ActivityUpdating (StopToken st, const JsonPayload &args) override |
| bool | GuardUpdatingAllowed (const JsonPayload &args) override |
| BusinessLogic::BusinessLogic | ( | const std::string & | name, |
| ServiceContainer & | services ) |
|
virtualdefault |
Reimplemented from rtctk::componentFramework::Runnable< Super >::BizLogicIf.
Reimplemented from rtctk::componentFramework::Runnable< Super >::BizLogicIf.
Reimplemented from rtctk::componentFramework::Runnable< Super >::BizLogicIf.
Reimplemented from rtctk::componentFramework::Runnable< Super >::BizLogicIf.
|
override |
|
override |