|
rad
2.0.0
|
Classes | |
| class | ActionMgr |
| class | ActionsMove |
| class | ActionsPreset |
| class | ActionsStd |
| class | ActivityMoving |
| class | Config |
| class | DataContext |
| class | DbInterface |
| class | StdCmdsImpl |
Functions | |
| log4cplus::Logger & | GetLogger () |
Variables | |
| const std::string | CONFIG_DEFAULT_PROCNAME = "exmalServer" |
| const std::string | CONFIG_DEFAULT_FILENAME = "" |
| const std::string | CONFIG_DEFAULT_SCXML_FILENAME = "exmalserver/sm.xml" |
| const std::string | CONFIG_DEFAULT_LOGLEVEL = "INFO" |
| const std::string | CONFIG_DEFAULT_LOG_PROPERTIES = "exmalserver/log.properties" |
| const std::string | CONFIG_DEFAULT_DB_ENDPOINT = "127.0.0.1:6379" |
| const int | CONFIG_DEFAULT_DB_TIMEOUT_SEC = 2 |
| const std::string | CONFIG_DEFAULT_REQ_ENDPOINT = "zpb.rr://127.0.0.1:12081/" |
| 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_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_CONFIG_LOG_PROPERTIES = "cfg.log.properties" |
| const std::string | LOGGER_NAME = "exmalserver" |
| log4cplus::Logger & exmalserver::GetLogger | ( | ) |
| const std::string exmalserver::CONFIG_DEFAULT_DB_ENDPOINT = "127.0.0.1:6379" |
| const int exmalserver::CONFIG_DEFAULT_DB_TIMEOUT_SEC = 2 |
| const std::string exmalserver::CONFIG_DEFAULT_FILENAME = "" |
no default value to force user to specify config filename since it overwrites the command line options.
| const std::string exmalserver::CONFIG_DEFAULT_LOG_PROPERTIES = "exmalserver/log.properties" |
| const std::string exmalserver::CONFIG_DEFAULT_LOGLEVEL = "INFO" |
| const std::string exmalserver::CONFIG_DEFAULT_PROCNAME = "exmalServer" |
Default application configuration values.
| const std::string exmalserver::CONFIG_DEFAULT_REQ_ENDPOINT = "zpb.rr://127.0.0.1:12081/" |
| const std::string exmalserver::CONFIG_DEFAULT_SCXML_FILENAME = "exmalserver/sm.xml" |
| const std::string exmalserver::CONFIG_ENVVAR_DBHOST = "DB_HOST" |
Application configuration environment variables
| const std::string exmalserver::KEY_CONFIG_DB_ENDPOINT = "cfg.db.endpoint" |
| const std::string exmalserver::KEY_CONFIG_DB_TIMEOUT_SEC = "cfg.db.timeout.sec" |
| const std::string exmalserver::KEY_CONFIG_FILENAME = "cfg.filename" |
| const std::string exmalserver::KEY_CONFIG_LOG_LEVEL = "cfg.log.level" |
| const std::string exmalserver::KEY_CONFIG_LOG_PROPERTIES = "cfg.log.properties" |
| const std::string exmalserver::KEY_CONFIG_REQ_ENDPOINT = "cfg.req.endpoint" |
| const std::string exmalserver::KEY_CONFIG_SM_SCXML = "cfg.sm.scxml" |
| const std::string exmalserver::KEY_CONTROL_SIMULATION = "ctr.simulation" |
| const std::string exmalserver::KEY_CONTROL_STATE = "ctr.state" |
| const std::string exmalserver::KEY_CONTROL_STATUS = "ctr.status" |
| const std::string exmalserver::KEY_CONTROL_SUBSTATE = "ctr.substate" |
| const std::string exmalserver::LOGGER_NAME = "exmalserver" |
1.8.5