ifw-fcf  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Variables
dataContext.hpp File Reference

DataContext class header file. More...

#include <unordered_map>
#include <rad/topicPub.hpp>
#include <fcf/devmgr/common/iConfig.hpp>
#include <fcf/devmgr/common/dbInterface.hpp>

Go to the source code of this file.

Classes

class  fcf::devmgr::common::DataContext
 

Namespaces

 fcf
 
 fcf::devmgr
 
 fcf::devmgr::common
 

Variables

const short fcf::devmgr::common::SRV_STATE_NOT_OPERATIONAL = 1
 
const short fcf::devmgr::common::SRV_STATE_OPERATIONAL = 2
 
const short fcf::devmgr::common::SRV_SUBSTATE_NOTREADY = 1
 
const short fcf::devmgr::common::SRV_SUBSTATE_READY = 2
 
const short fcf::devmgr::common::SRV_SUBSTATE_IDLE = 3
 
const short fcf::devmgr::common::SRV_SUBSTATE_INITIALISING = 4
 
const short fcf::devmgr::common::SRV_SUBSTATE_ENABLING = 5
 
const short fcf::devmgr::common::SRV_SUBSTATE_ERROR = 10
 
const std::string fcf::devmgr::common::SRV_STATE_NOT_OPERATIONAL_STR = "NotOperational"
 
const std::string fcf::devmgr::common::SRV_STATE_OPERATIONAL_STR = "Operational"
 
const std::string fcf::devmgr::common::SRV_STATE_UNAVAILABLE_STR = "Unavailable"
 
const std::string fcf::devmgr::common::SRV_SUBSTATE_NOTREADY_STR = "NotRead"
 
const std::string fcf::devmgr::common::SRV_SUBSTATE_READY_STR = "Ready"
 
const std::string fcf::devmgr::common::SRV_SUBSTATE_IDLE_STR = "Idle"
 
const std::string fcf::devmgr::common::SRV_SUBSTATE_INITIALISING_STR = "Initialising"
 
const std::string fcf::devmgr::common::SRV_SUBSTATE_ENABLING_STR = "Enabling"
 
const std::string fcf::devmgr::common::SRV_SUBSTATE_ERROR_STR = "Error"
 
const std::unordered_map
< short, std::string > 
fcf::devmgr::common::SrvStateMap
 
const std::unordered_map
< std::string, short > 
fcf::devmgr::common::SrvStateStrMap
 
const std::unordered_map
< short, std::string > 
fcf::devmgr::common::SrvSubstateMap
 
const std::unordered_map
< std::string, short > 
fcf::devmgr::common::SrvSubstateStrMap
 

Detailed Description

DataContext class header file.