rad  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions | Variables
server Namespace Reference

Classes

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

Functions

log4cplus::Logger & GetLogger ()
 

Variables

const std::string CONFIG_DEFAULT_PROCNAME = "radServer"
 
const std::string CONFIG_DEFAULT_FILENAME = "radServer/config.yaml"
 
const std::string CONFIG_DEFAULT_SCXML_FILENAME = "radServer/Simple.xml"
 
const std::string CONFIG_DEFAULT_SCXML_APPEND_FILENAME = "radServer/SimpleAppend.xml"
 
const std::string CONFIG_DEFAULT_LOG_LEVEL = "INFO"
 
const std::string CONFIG_DEFAULT_LOG_PROPERTIES = "radServer/log.properties"
 
const std::string CONFIG_DEFAULT_DB_ENDPOINT = "127.0.0.1:6379"
 
const int CONFIG_DEFAULT_DB_TIMEOUT = 2
 
const std::string CONFIG_DEFAULT_REQ_ENDPOINT = "tcp://*:5577"
 
const std::string CONFIG_DEFAULT_SUB_ENDPOINT = "tcp://127.0.0.1::5560"
 
const std::string CONFIG_ENVVAR_DBHOST = "DB_HOST"
 
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_SM_SCXML_APPEND = "cfg.sm.scxml_append"
 
const std::string KEY_CONFIG_FILENAME = "cfg.filename"
 
const std::string KEY_CONFIG_LOG_LEVEL = "cfg.log.level"
 
const std::string KEY_CONFIG_LOG_PROPERTIES = "cfg.log.properties"
 
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"
 
const std::string LOGGER_NAME = "server"
 

Function Documentation

log4cplus::Logger & server::GetLogger ( )

Variable Documentation

const std::string server::CONFIG_DEFAULT_DB_ENDPOINT = "127.0.0.1:6379"
const int server::CONFIG_DEFAULT_DB_TIMEOUT = 2
const std::string server::CONFIG_DEFAULT_FILENAME = "radServer/config.yaml"
const std::string server::CONFIG_DEFAULT_LOG_LEVEL = "INFO"
const std::string server::CONFIG_DEFAULT_LOG_PROPERTIES = "radServer/log.properties"
const std::string server::CONFIG_DEFAULT_PROCNAME = "radServer"

Default application configuration values.

const std::string server::CONFIG_DEFAULT_REQ_ENDPOINT = "tcp://*:5577"
const std::string server::CONFIG_DEFAULT_SCXML_APPEND_FILENAME = "radServer/SimpleAppend.xml"
const std::string server::CONFIG_DEFAULT_SCXML_FILENAME = "radServer/Simple.xml"
const std::string server::CONFIG_DEFAULT_SUB_ENDPOINT = "tcp://127.0.0.1::5560"
const std::string server::CONFIG_ENVVAR_DBHOST = "DB_HOST"

Application configuration environment variables

const std::string server::KEY_CONFIG_DB_ENDPOINT = "cfg.db.endpoint"
const std::string server::KEY_CONFIG_DB_TIMEOUT_SEC = "cfg.db.timeout.sec"
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_REQ_ENDPOINT = "cfg.req.endpoint"
const std::string server::KEY_CONFIG_SM_SCXML = "cfg.sm.scxml"
const std::string server::KEY_CONFIG_SM_SCXML_APPEND = "cfg.sm.scxml_append"
const std::string server::KEY_CONFIG_SUB_ENDPOINT = "cfg.sub.endpoint"
const std::string server::KEY_CONTROL_SIMULATION = "ctr.simulation"
const std::string server::KEY_CONTROL_STATE = "ctr.state"
const std::string server::KEY_CONTROL_STATUS = "ctr.status"
const std::string server::KEY_CONTROL_SUBSTATE = "ctr.substate"
const std::string server::KEY_DATA_DEVMEAS_TIME = "dat.meas.time"
const std::string server::KEY_DATA_DEVMEAS_X = "dat.meas.x"
const std::string server::KEY_DATA_DEVMEAS_Y = "dat.meas.y"
const std::string server::LOGGER_NAME = "server"