ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Variables
server2 Namespace Reference

Classes

class  ActionMgr
 
class  ActionsMove
 
class  ActionsPreset
 
class  ActionsStd
 
class  ActivityMoving
 
class  Config
 
class  DataContext
 
class  DbInterface
 

Variables

const std::string KEY_CONTROL_STATE = "ctr.state"
 
const std::string KEY_CONTROL_SUBSTATE = "ctr.substate"
 
const std::string KEY_CONTROL_STATUS = "ctr.status"
 
const std::string KEY_CONTROL_SIMULATION = "ctr.simulation"
 
const std::string KEY_CONFIG_REQ_ENDPOINT = "cfg.req.endpoint"
 
const std::string KEY_CONFIG_SUB_ENDPOINT = "cfg.sub.endpoint"
 
const std::string KEY_CONFIG_DB_ENDPOINT = "cfg.db.endpoint"
 
const std::string KEY_CONFIG_DB_TIMEOUT_SEC = "cfg.db.timeout.sec"
 
const std::string KEY_CONFIG_SM_SCXML = "cfg.sm.scxml"
 
const std::string KEY_CONFIG_FILENAME = "cfg.filename"
 
const std::string KEY_CONFIG_LOG_LEVEL = "cfg.log.level"
 
const std::string KEY_DATA_DEVMEAS_X = "dat.meas.x"
 
const std::string KEY_DATA_DEVMEAS_Y = "dat.meas.y"
 
const std::string KEY_DATA_DEVMEAS_TIME = "dat.meas.time"
 

Variable Documentation

const std::string server2::KEY_CONFIG_DB_ENDPOINT = "cfg.db.endpoint"
const std::string server2::KEY_CONFIG_DB_TIMEOUT_SEC = "cfg.db.timeout.sec"
const std::string server2::KEY_CONFIG_FILENAME = "cfg.filename"
const std::string server2::KEY_CONFIG_LOG_LEVEL = "cfg.log.level"
const std::string server2::KEY_CONFIG_REQ_ENDPOINT = "cfg.req.endpoint"
const std::string server2::KEY_CONFIG_SM_SCXML = "cfg.sm.scxml"
const std::string server2::KEY_CONFIG_SUB_ENDPOINT = "cfg.sub.endpoint"
const std::string server2::KEY_CONTROL_SIMULATION = "ctr.simulation"
const std::string server2::KEY_CONTROL_STATE = "ctr.state"
const std::string server2::KEY_CONTROL_STATUS = "ctr.status"
const std::string server2::KEY_CONTROL_SUBSTATE = "ctr.substate"
const std::string server2::KEY_DATA_DEVMEAS_TIME = "dat.meas.time"
const std::string server2::KEY_DATA_DEVMEAS_X = "dat.meas.x"
const std::string server2::KEY_DATA_DEVMEAS_Y = "dat.meas.y"