RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
comms.config.ConfigurationParameters Class Reference

Configuration parameters loaded from the Persistent Configuration Repository for the Configuration Tool. More...

Inheritance diagram for comms.config.ConfigurationParameters:

Static Public Attributes

Uri runtime_repo_endpoint = Uri("rtr://127.0.0.1:8100/rtr_topic")
 
Uri persistent_repo_endpoint = Uri("cii.config://local/persistent_repo")
 
str deployment_daemon_name = "deployment_daemon"
 
int connect_timeout = 60000
 
int reply_timeout = 60000
 

Detailed Description

Configuration parameters loaded from the Persistent Configuration Repository for the Configuration Tool.

Configuration parameters loaded from the Persistent Configuration Repository for the Control and Monitoring Tool.

Member Data Documentation

◆ connect_timeout

int comms.config.ConfigurationParameters.connect_timeout = 60000
static

◆ deployment_daemon_name

str comms.config.ConfigurationParameters.deployment_daemon_name = "deployment_daemon"
static

◆ persistent_repo_endpoint

Uri comms.config.ConfigurationParameters.persistent_repo_endpoint = Uri("cii.config://local/persistent_repo")
static

◆ reply_timeout

int comms.config.ConfigurationParameters.reply_timeout = 60000
static

◆ runtime_repo_endpoint

Uri comms.config.ConfigurationParameters.runtime_repo_endpoint = Uri("rtr://127.0.0.1:8100/rtr_topic")
static

The documentation for this class was generated from the following files: