|
RTC Toolkit 4.0.2
|
Public Types | |
| using | ComponentType = LifeCycle |
Public Member Functions | |
| BusinessLogic (const std::string &name, ServiceContainer &services) | |
| virtual | ~BusinessLogic ()=default |
| void | ActivityUpdating (StopToken st, JsonPayload const &args) override |
Public Member Functions inherited from rtctk::componentFramework::RtcComponent::BizLogicIf | |
| virtual void | ActivityUpdating (StopToken st, JsonPayload const &args) |
| virtual bool | GuardUpdatingAllowed (JsonPayload const &args) |
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.