ifw-sup  3.0.0-pre3
Classes | Namespaces | Variables

State header file. More...

#include <boost/signals2.hpp>
#include <boost/bimap.hpp>
#include <boost/assign.hpp>
#include "states.ipp"

Go to the source code of this file.

Classes

struct  sup::syssup::common::State
 The State struct. More...
 

Namespaces

 sup
 
 sup::syssup
 
 sup::syssup::common
 

Variables

constexpr auto sup::syssup::common::KEY_STATUS_SUBSYS_STATE = "state"
 
constexpr auto sup::syssup::common::KEY_STATUS_SUBSYS_SUBSTATE = "substate"
 
constexpr auto sup::syssup::common::STATE_UNDEFINED_STR = "Undefined"
 
constexpr auto sup::syssup::common::STATE_NOT_OP_ERROR_STR = "NotOpError"
 
constexpr auto sup::syssup::common::STATE_ERROR_STR = "Error"
 
constexpr auto sup::syssup::common::STATE_OFF_STR = "Off"
 
constexpr auto sup::syssup::common::STATE_NOT_OPERATIONAL_STR = "NotOperational"
 
constexpr auto sup::syssup::common::STATE_OPERATIONAL_STR = "Operational"
 
constexpr auto sup::syssup::common::SUBSTATE_NOTREADY_STR = "NotReady"
 
constexpr auto sup::syssup::common::SUBSTATE_INITIALISING_STR = "Initialising"
 
constexpr auto sup::syssup::common::SUBSTATE_READY_STR = "Ready"
 
constexpr auto sup::syssup::common::SUBSTATE_ENABLING_STR = "Enabling"
 
constexpr auto sup::syssup::common::SUBSTATE_RECOVERING_STR = "Recovering"
 
constexpr auto sup::syssup::common::SUBSTATE_IDLE_STR = "Idle"
 
constexpr auto sup::syssup::common::SUBSTATE_BUSY_STR = "Busy"
 
constexpr auto sup::syssup::common::SUBSTATE_SETTING_UP_STR = "SettingUp"
 
constexpr auto sup::syssup::common::SUBSTATE_NOT_RECORDING_STR = "NotRecording"
 
constexpr auto sup::syssup::common::SUBSTATE_RECORDING_STR = "Recording"
 
constexpr auto sup::syssup::common::SUBSTATE_REC_PAUSED_STR = "RecPaused"
 

Detailed Description

State header file.