ifw-sup 5.0.0
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
states.hpp File Reference

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  ifw::sup::syssup::common::State
 The State struct. More...
 

Namespaces

namespace  ifw
 
namespace  ifw::sup
 
namespace  ifw::sup::syssup
 
namespace  ifw::sup::syssup::common
 ActionsInit class source file.
 

Variables

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

Detailed Description

State header file.