|
RTC Toolkit 5.0.0
|
Public Types | |
| using | ComponentType = LifeCycle |
Public Member Functions | |
| BusinessLogic (const std::string &name, ServiceContainer &services) | |
| virtual | ~BusinessLogic ()=default |
| void | ActivityUpdating (StopToken st, const JsonPayload &args) override |
Public Member Functions inherited from rtctk::componentFramework::RtcComponent::BizLogicIf | |
| virtual bool | GuardUpdatingAllowed (const JsonPayload &args) |
| virtual void | ActionClearAlerts () |
Public Member Functions inherited from rtctk::componentFramework::StdComponent::BizLogicIf | |
| virtual void | ActivityStarting (StopToken st) |
| virtual void | ActivityInitialising (StopToken) |
| virtual void | ActivityEnabling (StopToken) |
| virtual void | ActivityDisabling (StopToken) |
| BusinessLogic::BusinessLogic | ( | const std::string & | name, |
| ServiceContainer & | services ) |
|
virtualdefault |
|
overridevirtual |
Reimplemented from rtctk::componentFramework::RtcComponent::BizLogicIf.