RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
stdComponent.hpp File Reference

Lifecycle of the 'Standard Component'. More...

Go to the source code of this file.

Classes

class  rtctk::componentFramework::LogInfo
 
class  rtctk::componentFramework::StdIfRequestAborted
 Thrown if somebody sent a stop or abort command. More...
 
class  rtctk::componentFramework::StdIfRequestRejected
 Thrown if the command is not allowed in current state or guard. More...
 
class  rtctk::componentFramework::StdIfRequestFailed
 Thrown if the command was accepted but the task to run failed. More...
 
struct  rtctk::componentFramework::StdComponent
 Basic life cycle for StdComponent. More...
 
class  rtctk::componentFramework::StdComponent::BizLogicIf
 
class  rtctk::componentFramework::StdComponent::InputStage
 
class  rtctk::componentFramework::StdComponent::OutputStage
 
class  rtctk::componentFramework::StdComponent::ModelBuilder
 

Namespaces

namespace  rtctk
 
namespace  rtctk::componentFramework
 

Variables

const std::string rtctk::componentFramework::STD_OK_REPLY = "OK"
 

Detailed Description

Lifecycle of the 'Standard Component'.