ifw-fcf 7.1.4
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
dataContext.hpp File Reference
#include <unordered_map>
#include <rad/topicPub.hpp>
#include <rad/mal/publisher.hpp>
#include <Stdif.hpp>
#include <ifw/fcf/devmgr/common/config.hpp>
#include <ifw/core/utils/bat/dbInterface.hpp>

Go to the source code of this file.

Classes

class  ifw::fcf::devmgr::common::DataContext
 

Namespaces

namespace  ifw
 
namespace  ifw::fcf
 ActionsEnable class source file.
 
namespace  ifw::fcf::devmgr
 actuatorLcsIf class header file.
 
namespace  ifw::fcf::devmgr::common
 ActionMgr class source file.
 

Variables

const short ifw::fcf::devmgr::common::SRV_STATE_NOT_OPERATIONAL = 1
 
const short ifw::fcf::devmgr::common::SRV_STATE_OPERATIONAL = 2
 
const short ifw::fcf::devmgr::common::SRV_SUBSTATE_NOTREADY = 1
 
const short ifw::fcf::devmgr::common::SRV_SUBSTATE_READY = 2
 
const short ifw::fcf::devmgr::common::SRV_SUBSTATE_IDLE = 3
 
const short ifw::fcf::devmgr::common::SRV_SUBSTATE_INITIALISING = 4
 
const short ifw::fcf::devmgr::common::SRV_SUBSTATE_ENABLING = 5
 
const short ifw::fcf::devmgr::common::SRV_SUBSTATE_SETTING_UP = 6
 
const short ifw::fcf::devmgr::common::SRV_SUBSTATE_ERROR = 10
 
const std::string ifw::fcf::devmgr::common::SRV_STATE_NOT_OPERATIONAL_STR = "NotOperational"
 
const std::string ifw::fcf::devmgr::common::SRV_STATE_OPERATIONAL_STR = "Operational"
 
const std::string ifw::fcf::devmgr::common::SRV_STATE_UNAVAILABLE_STR = "Unavailable"
 
const std::string ifw::fcf::devmgr::common::SRV_SUBSTATE_NOTREADY_STR = "NotReady"
 
const std::string ifw::fcf::devmgr::common::SRV_SUBSTATE_READY_STR = "Ready"
 
const std::string ifw::fcf::devmgr::common::SRV_SUBSTATE_IDLE_STR = "Idle"
 
const std::string ifw::fcf::devmgr::common::SRV_SUBSTATE_INITIALISING_STR = "Initialising"
 
const std::string ifw::fcf::devmgr::common::SRV_SUBSTATE_ENABLING_STR = "Enabling"
 
const std::string ifw::fcf::devmgr::common::SRV_SUBSTATE_ERROR_STR = "Error"
 
const std::string ifw::fcf::devmgr::common::SRV_SUBSTATE_SETTING_UP_STR = "SettingUp"
 
const std::unordered_map< short, std::string > ifw::fcf::devmgr::common::SRV_STATE_MAP
 
const std::unordered_map< std::string, short > ifw::fcf::devmgr::common::SRV_STATE_STR_MAP
 
const std::unordered_map< short, std::string > ifw::fcf::devmgr::common::SRV_SUBSTATE_MAP
 
const std::unordered_map< std::string, short > ifw::fcf::devmgr::common::SRV_SUBSTATE_STR_MAP