|
RTC Toolkit 5.1.0
|
Defines and implements the business logic of the DDT Server, an RTC Component that subscribes to a shared memory queue, and publishes samples through DDT. More...
#include <rtctk/ddtServer/businessLogic.hpp>
Public Member Functions | |
| BusinessLogic (const std::string &name, ServiceContainer &services, DdtForwarderFactoryType factory) | |
| virtual | ~BusinessLogic ()=default |
| void | ActivityStarting (StopToken st) override |
| void | ActivityInitialising (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 |
Defines and implements the business logic of the DDT Server, an RTC Component that subscribes to a shared memory queue, and publishes samples through DDT.
| using rtctk::ddtServer::BusinessLogic::ServiceContainer = rtctk::componentFramework::ServiceContainer |
| BusinessLogic::BusinessLogic | ( | const std::string & | name, |
| ServiceContainer & | services, | ||
| DdtForwarderFactoryType | factory ) |
|
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 |