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

DbInterface class header file. More...

#include <string>
#include <mutex>
#include <rad/dbAdapter.hpp>

Go to the source code of this file.

Classes

class  fcf::devmgr::common::DbInterface
 

Namespaces

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

Variables

const std::string fcf::devmgr::common::KEY_CONTROL_STATE = "state"
 
const std::string fcf::devmgr::common::KEY_CONTROL_SUBSTATE = "substate"
 
const std::string fcf::devmgr::common::KEY_CONTROL_STATUS = "status"
 
const std::string fcf::devmgr::common::KEY_CONTROL_STATE_STR = "state_str"
 
const std::string fcf::devmgr::common::KEY_CONTROL_SUBSTATE_STR = "substate_str"
 
const std::string fcf::devmgr::common::KEY_CONFIG_REQ_ENDPOINT = "req_endpoint"
 
const std::string fcf::devmgr::common::KEY_CONFIG_PUB_ENDPOINT = "pub_endpoint"
 
const std::string fcf::devmgr::common::KEY_CONFIG_SUB_ENDPOINT = "sub_endpoint"
 
const std::string fcf::devmgr::common::KEY_CONFIG_EXT_PUB_ENDPOINT = "ext_pub_endpoint"
 
const std::string fcf::devmgr::common::KEY_CONFIG_EXT_SUB_ENDPOINT = "ext_sub_endpoint"
 
const std::string fcf::devmgr::common::KEY_CONFIG_DB_ENDPOINT = "db_endpoint"
 
const std::string fcf::devmgr::common::KEY_CONFIG_DB_TIMEOUT = "db_timeout"
 
const std::string fcf::devmgr::common::KEY_CONFIG_SM_SCXML = "scxml"
 
const std::string fcf::devmgr::common::KEY_CONFIG_FILENAME = "filename"
 
const std::string fcf::devmgr::common::KEY_CONFIG_LOG_LEVEL = "loglevel"
 
const std::string fcf::devmgr::common::KEY_CONFIG_SERVER_ID = "server_id"
 
const std::string fcf::devmgr::common::KEY_CONFIG_SERVER = "server"
 
const std::string fcf::devmgr::common::KEY_CONFIG_DEVICES = "devices"
 
const std::string fcf::devmgr::common::KEY_CONFIG_DEVFILE = "cfgfile"
 
const std::string fcf::devmgr::common::KEY_CONFIG_CMDTOUT = "cmdtout"
 
const std::string fcf::devmgr::common::KEY_CONFIG_TYPE = "type"
 
const std::string fcf::devmgr::common::KEY_CONFIG_DICTIONARIES = "dictionaries"
 
const std::string fcf::devmgr::common::KEY_CONFIG_PREFIX = "fits_prefix"
 

Detailed Description

DbInterface class header file.