RTC Toolkit  1.0.0
Public Types | Public Member Functions | List of all members
rtctk::exampleComponent::BusinessLogic Class Reference

#include <businessLogic.hpp>

Inheritance diagram for rtctk::exampleComponent::BusinessLogic:
rtctk::componentFramework::Runnable< Super >::BizLogicIf

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, Payload args) override
 
bool GuardUpdatingAllowed (Payload args) override
 

Member Typedef Documentation

◆ ComponentType

Constructor & Destructor Documentation

◆ BusinessLogic()

BusinessLogic::BusinessLogic ( const std::string &  name,
ServiceContainer services 
)

◆ ~BusinessLogic()

virtual rtctk::exampleComponent::BusinessLogic::~BusinessLogic ( )
virtualdefault

Member Function Documentation

◆ ActivityDisabling()

void BusinessLogic::ActivityDisabling ( StopToken  st)
override

◆ ActivityEnabling()

void BusinessLogic::ActivityEnabling ( StopToken  st)
override

◆ ActivityGoingIdle()

void BusinessLogic::ActivityGoingIdle ( StopToken  st)
overridevirtual

◆ ActivityGoingRunning()

void BusinessLogic::ActivityGoingRunning ( StopToken  st)
overridevirtual

◆ ActivityInitialising()

void BusinessLogic::ActivityInitialising ( StopToken  st)
override

◆ ActivityRecovering()

void BusinessLogic::ActivityRecovering ( StopToken  st)
overridevirtual

◆ ActivityRunning()

void BusinessLogic::ActivityRunning ( StopToken  st)
overridevirtual

◆ ActivityStarting()

void BusinessLogic::ActivityStarting ( StopToken  st)
override

◆ ActivityUpdating()

void BusinessLogic::ActivityUpdating ( StopToken  st,
Payload  args 
)
override

◆ GuardUpdatingAllowed()

bool BusinessLogic::GuardUpdatingAllowed ( Payload  args)
override

The documentation for this class was generated from the following files: