ifw-daq  2.1.0-pre1
IFW Data Acquisition modules
Classes | Namespaces | Variables
dbInterface.hpp File Reference

DbInterface class header file. More...

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

Go to the source code of this file.

Classes

class  server::DbInterface
 This class is the interface to the in-memory DB. More...
 

Namespaces

 server
 

Variables

const std::string server::KEY_CONTROL_STATE = "ctr.state"
 
const std::string server::KEY_CONFIG_REQ_ENDPOINT = "cfg.req.endpoint"
 
const std::string server::KEY_CONFIG_PUB_ENDPOINT = "cfg.pub.endpoint"
 
const std::string server::KEY_CONFIG_DB_ENDPOINT = "cfg.db.endpoint"
 
const std::string server::KEY_CONFIG_DB_PREFIX = "cfg.db.prefix"
 
const std::string server::KEY_CONFIG_DB_TIMEOUT_SEC = "cfg.db.timeout_sec"
 
const std::string server::KEY_CONFIG_SM_SCXML = "cfg.sm.scxml"
 
const std::string server::KEY_CONFIG_FILENAME = "cfg.filename"
 
const std::string server::KEY_CONFIG_LOG_LEVEL = "cfg.log.level"
 
const std::string server::KEY_CONFIG_LOG_PROPERTIES = "cfg.log.properties"
 
const std::string server::KEY_CONFIG_INSTRUMENT_ID = "cfg.instrument_id"
 
const std::string server::KEY_CONFIG_DATAROOT = "cfg.dataroot"
 
const std::string server::KEY_CONFIG_WORKSPACE = "cfg.workspace"
 
const std::string server::KEY_CONFIG_STALE_DAQ_ACQUIRING = "cfg.daq.stale.acquiring_hours"
 
const std::string server::KEY_CONFIG_STALE_DAQ_MERGING = "cfg.daq.stale.merging_hours"
 
const std::string server::KEY_CONFIG_DPM_REQ_ENDPOINT = "cfg.dpm.req.endpoint"
 
const std::string server::KEY_CONFIG_DPM_PUB_ENDPOINT = "cfg.dpm.pub.endpoint"
 
const std::string server::KEY_CONFIG_DPM_TIMEOUT_SEC = "cfg.dpm.timeout_sec"
 

Detailed Description

DbInterface class header file.

Author

Definition in file dbInterface.hpp.