RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
cli.config Namespace Reference

Classes

class  CommonConfigurationParameters
 This class defines the minimal set of configuration parameters for an RTC Toolkit command line tool. More...
 
class  ConfigSourceLocation
 Enumeration of possible locations from which the configuration parameter is being used. More...
 
class  ConfigurationManager
 This class is used to load configuration from the Persistent Configuration Repository, taking into account the Service Discovery and command line options parsed by the click module. More...
 
class  ConfigurationValue
 A data class that holds a configuration parameter value and additional associated metadata. More...
 

Functions

 convert_to_log_level (level)
 Converts the level argument into a valid LogLevel enumeration or raises an error for invalid log level strings.
 
 convert_to_uri (value)
 Converts the argument to a Uri object or raises an error for invalid values.
 
 _pickle_uri (obj)
 Return Uri constructor and arguments to the constructor to recreate a copy of 'obj'.
 
 _pickle_data_point_path (obj)
 Return DataPointPath constructor and arguments to the constructor to recreate a copy of 'obj'.
 

Function Documentation

◆ _pickle_data_point_path()

cli.config._pickle_data_point_path ( obj)
protected

Return DataPointPath constructor and arguments to the constructor to recreate a copy of 'obj'.

◆ _pickle_uri()

cli.config._pickle_uri ( obj)
protected

Return Uri constructor and arguments to the constructor to recreate a copy of 'obj'.