RTC Toolkit  2.0.0
Namespaces | Functions | Variables
rtctk_config_tool.py File Reference

Entry point for rtctkConfigTool where the CLI arguments are also defined. More...

Namespaces

 rtctk_config_tool
 

Functions

def rtctk_config_tool.cli (config, service_discovery_endpoint, log_level, runtime_repo_endpoint, persistent_repo_endpoint, quiet)
 
def rtctk_config_tool.gui ()
 Start the graphical application. More...
 
def rtctk_config_tool.shell (repo)
 
def rtctk_config_tool.list (repo, path, recursive)
 
def rtctk_config_tool.get (repo, path, type, size)
 
def rtctk_config_tool.set (repo, path, value, type)
 
def rtctk_config_tool.read (repo, path, output)
 
def rtctk_config_tool.write (repo, path, input)
 
def rtctk_config_tool.delete (repo, path, recursive)
 
def rtctk_config_tool.init_metadata ()
 Initialise the type metadata in the CII confguration service. More...
 
def rtctk_config_tool.populate ()
 
def rtctk_config_tool.main ()
 

Variables

 rtctk_config_tool.version
 RTC Configuration Tool. More...
 
 rtctk_config_tool.message
 
 rtctk_config_tool.type
 List all available datapoint paths under a given path hierarchy. More...
 
 rtctk_config_tool.help
 
 rtctk_config_tool.is_flag
 
 rtctk_config_tool.True
 
 rtctk_config_tool.flag_value
 
 rtctk_config_tool.default
 Enter an interactive shell. More...
 
 rtctk_config_tool.False
 
 rtctk_config_tool.context_settings
 Set a datapoint value. More...
 
 rtctk_config_tool.None
 

Detailed Description

Entry point for rtctkConfigTool where the CLI arguments are also defined.