RTC Toolkit 5.0.0
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
deploymentDaemonLifeCycle.hpp File Reference

Lifecycle of the 'Deployment Daemon Component'. More...

#include "deploymentDaemonCmdsImpl.hpp"
#include <rtctk/componentFramework/commandReplier.hpp>
#include <rtctk/componentFramework/logger.hpp>
#include <rtctk/componentFramework/modelBuilderBase.hpp>
#include <rtctk/componentFramework/serviceContainer.hpp>
#include <rtctk/componentFramework/stateMachineEngine.hpp>
#include <rtctk/componentFramework/exceptions.hpp>
#include <mal/Cii.hpp>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  rtctk::deploymentDaemon::DeploymentDaemonRequestAborted
 Thrown if somebody sent a stop or abort command. More...
 
class  rtctk::deploymentDaemon::NoDeployment
 Thrown if the command is not allowed because there is no deployment (=not in Deployment State) More...
 
class  rtctk::deploymentDaemon::DeploymentAlreadyExists
 Thrown if the command is not allowed because there is already deployment (= in Deployment State) More...
 
class  rtctk::deploymentDaemon::DeploymentDaemonRequestRejected
 Thrown if the command is not allowed in current state. More...
 
class  rtctk::deploymentDaemon::DeploymentDaemonRequestFailed
 Thrown if the command was accepted but the task to run failed. More...
 
struct  rtctk::deploymentDaemon::DeploymentDaemonLifeCycle
 Life cycle for DeploymentDaemonComponent. More...
 
class  rtctk::deploymentDaemon::DeploymentDaemonLifeCycle::BizLogicIf
 
class  rtctk::deploymentDaemon::DeploymentDaemonLifeCycle::InputStage
 
class  rtctk::deploymentDaemon::DeploymentDaemonLifeCycle::OutputStage
 
class  rtctk::deploymentDaemon::DeploymentDaemonLifeCycle::ModelBuilder
 

Namespaces

namespace  rtctk
 
namespace  rtctk::deploymentDaemon
 

Variables

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

Detailed Description

Lifecycle of the 'Deployment Daemon Component'.