ifw-fcf  5.0.0
Classes | Namespaces | Variables
dataContext.hpp File Reference

DataContext class header file. More...

#include <unordered_map>
#include <mal/Cii.hpp>
#include <mal/utility/LoadMal.hpp>
#include <rad/topicPub.hpp>
#include <rad/mal/publisher.hpp>
#include <boost/asio.hpp>
#include <Stdif.hpp>
#include <fcf/devmgr/common/config.hpp>
#include <utils/bat/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_SETTING_UP = 6
 
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 = "NotReady"
 
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::string fcf::devmgr::common::SRV_SUBSTATE_SETTING_UP_STR = "SettingUp"
 
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.