rad 6.2.0
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
config.hpp File Reference

Config class header file. More...

#include <rad/config.hpp>

Go to the source code of this file.

Classes

class  exciiserver::Config
 

Namespaces

namespace  exciiserver
 

Variables

const std::string exciiserver::KEY_CONFIG_DDS_QOS_PROFILE = rad::KEY_CONFIG + "dds_qos_profile"
 
const std::string exciiserver::CONFIG_DEFAULT_VERSION = std::string(VERSION)
 
const std::string exciiserver::CONFIG_DEFAULT_MODNAME = "exciiserver"
 
const std::string exciiserver::CONFIG_DEFAULT_PROCNAME = "exCiiServer"
 
const std::string exciiserver::CONFIG_DEFAULT_FILENAME = "config/exciiserver/config.yaml"
 
const std::string exciiserver::CONFIG_DEFAULT_SCXML_FILENAME = "config/exciiserver/sm.xml"
 
const std::string exciiserver::CONFIG_DEFAULT_SCXML_APPEND = ""
 
const std::string exciiserver::CONFIG_DEFAULT_LOG_LEVEL = "INFO"
 
const std::string exciiserver::CONFIG_DEFAULT_LOG_PROPERTIES = "config/exciiserver/log.properties"
 
const std::string exciiserver::CONFIG_DEFAULT_REQ_ENDPOINT = "zpb.rr://127.0.0.1:12081/"
 
const std::string exciiserver::CONFIG_DEFAULT_OLDB_URI_PREFIX = "cii.oldb:/elt/"
 
const int exciiserver::CONFIG_DEFAULT_OLDB_CONN_TIMEOUT = 2
 
const int exciiserver::CONFIG_DEFAULT_OLDB_ASYNC_PERIOD = 1000
 
const bool exciiserver::CONFIG_DEFAULT_TRS_HEALTH_ENABLED = false
 
const std::string exciiserver::CONFIG_DEFAULT_DDS_QOS_PROFILE = ""
 
const std::string exciiserver::CONFIG_DEFAULT_DDS_QOS_PARTICIPANT = ""
 

Detailed Description

Config class header file.

Author