ifw-fgf 1.0.0-pre1
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
state.hpp File Reference
#include <boost/signals2.hpp>
#include <boost/bimap.hpp>
#include <boost/assign.hpp>
#include <boost/algorithm/string.hpp>
#include "state.ipp"

Go to the source code of this file.

Classes

struct  ifw::fgf::common::State
 State struct defining enums to handle states/substates. More...
 

Namespaces

namespace  ifw
 
namespace  ifw::fgf
 
namespace  ifw::fgf::common
 Frame Grabber Camera Base Class definitions.
 

Variables

constexpr auto ifw::fgf::common::KEY_STATUS_SUBSYS_STATE = "state"
 
constexpr auto ifw::fgf::common::KEY_STATUS_SUBSYS_SUBSTATE = "substate"
 
constexpr auto ifw::fgf::common::STATE_UNDEFINED_STR = "Undefined"
 
constexpr auto ifw::fgf::common::STATE_NOT_OP_ERROR_STR = "NotOpError"
 
constexpr auto ifw::fgf::common::STATE_ERROR_STR = "Error"
 
constexpr auto ifw::fgf::common::STATE_OFF_STR = "Off"
 
constexpr auto ifw::fgf::common::STATE_NOT_OPERATIONAL_STR = "NotOperational"
 
constexpr auto ifw::fgf::common::STATE_OPERATIONAL_STR = "Operational"
 
constexpr auto ifw::fgf::common::SUBSTATE_NOTREADY_STR = "NotReady"
 
constexpr auto ifw::fgf::common::SUBSTATE_INITIALISING_STR = "Initialising"
 
constexpr auto ifw::fgf::common::SUBSTATE_READY_STR = "Ready"
 
constexpr auto ifw::fgf::common::SUBSTATE_ENABLING_STR = "Enabling"
 
constexpr auto ifw::fgf::common::SUBSTATE_RECOVERING_STR = "Recovering"
 
constexpr auto ifw::fgf::common::SUBSTATE_IDLE_STR = "Idle"
 
constexpr auto ifw::fgf::common::SUBSTATE_BUSY_STR = "Busy"
 
constexpr auto ifw::fgf::common::SUBSTATE_ACQUIRING_STR = "Acquiring"