RTC Toolkit 5.0.0
Loading...
Searching...
No Matches
Classes | Typedefs | Variables
rtctk::deploymentDaemon Namespace Reference

Classes

class  DeploymentAlreadyExists
 Thrown if the command is not allowed because there is already deployment (= in Deployment State) More...
 
class  DeploymentCmdsImpl
 Class that handles reception of DeploymentCmds commands. More...
 
class  DeploymentDaemonBusinessLogic
 Deployment Daemon business logic. More...
 
struct  DeploymentDaemonLifeCycle
 Life cycle for DeploymentDaemonComponent. More...
 
class  DeploymentDaemonRequestAborted
 Thrown if somebody sent a stop or abort command. More...
 
class  DeploymentDaemonRequestFailed
 Thrown if the command was accepted but the task to run failed. More...
 
class  DeploymentDaemonRequestRejected
 Thrown if the command is not allowed in current state. More...
 
class  LogInfoImpl
 Implementation of LogInfo structure for Deployment Daemon defined in ICD. More...
 
class  NoDeployment
 Thrown if the command is not allowed because there is no deployment (=not in Deployment State) More...
 

Typedefs

using LifeCycle = DeploymentDaemonLifeCycle
 

Variables

const std::string STD_OK_REPLY = "OK"
 

Typedef Documentation

◆ LifeCycle

Variable Documentation

◆ STD_OK_REPLY

const std::string rtctk::deploymentDaemon::STD_OK_REPLY = "OK"
inline