|
def | prepare_data (cls) |
| Class-level method that prepares external data to be used inside the object.
|
|
def | extract_config_monitors (cls) |
| Class-level method that extract current monitores configured to be added in the UI, based on the deployment type present in the OLDB datapoint.
|
|
def | extract_config_sequences (cls) |
| Class-level method that extract current sequences configured to be added in the UI, based on the deployment type present in the OLDB datapoint.
|
|
def | setup_log_manager (cls, TaurusApplication taurus_app) |
| Configure the logger with the CiiLogManager.
|
|
def | extract_tool_launchers_commands (cls) |
| Class-level method that extracts launcher commands to be added in the menu panel.
|
|
◆ extract_config_monitors()
def telsimui.applicationconfiguration.ApplicationConfiguration.extract_config_monitors |
( |
|
cls | ) |
|
Class-level method that extract current monitores configured to be added in the UI, based on the deployment type present in the OLDB datapoint.
- Returns
- monitors_list List with information to populate Monitors Panel items/rows
◆ extract_config_sequences()
def telsimui.applicationconfiguration.ApplicationConfiguration.extract_config_sequences |
( |
|
cls | ) |
|
Class-level method that extract current sequences configured to be added in the UI, based on the deployment type present in the OLDB datapoint.
- Returns
- sequences_list List with information to populate Sequences Panel items/rows
◆ extract_tool_launchers_commands()
def telsimui.applicationconfiguration.ApplicationConfiguration.extract_tool_launchers_commands |
( |
|
cls | ) |
|
Class-level method that extracts launcher commands to be added in the menu panel.
[ETCS-1255]
- Returns
- tools_list List with information to populate Sequences Panel items/rows
◆ prepare_data()
def telsimui.applicationconfiguration.ApplicationConfiguration.prepare_data |
( |
|
cls | ) |
|
Class-level method that prepares external data to be used inside the object.
◆ setup_log_manager()
def telsimui.applicationconfiguration.ApplicationConfiguration.setup_log_manager |
( |
|
cls, |
|
|
TaurusApplication |
taurus_app |
|
) |
| |
Configure the logger with the CiiLogManager.
◆ cii_oldb [1/2]
None telsimui.applicationconfiguration.ApplicationConfiguration.cii_oldb = None |
|
static |
◆ cii_oldb [2/2]
telsimui.applicationconfiguration.ApplicationConfiguration.cii_oldb |
◆ deployment_type_dp [1/2]
None telsimui.applicationconfiguration.ApplicationConfiguration.deployment_type_dp = None |
|
static |
◆ deployment_type_dp [2/2]
telsimui.applicationconfiguration.ApplicationConfiguration.deployment_type_dp |
◆ deployment_value [1/2]
None telsimui.applicationconfiguration.ApplicationConfiguration.deployment_value = None |
|
static |
◆ deployment_value [2/2]
telsimui.applicationconfiguration.ApplicationConfiguration.deployment_value |
◆ POLLING_TIME [1/2]
◆ POLLING_TIME [2/2]
telsimui.applicationconfiguration.ApplicationConfiguration.POLLING_TIME |
◆ SUBSCRIPTION_FLAG [1/2]
◆ SUBSCRIPTION_FLAG [2/2]
telsimui.applicationconfiguration.ApplicationConfiguration.SUBSCRIPTION_FLAG |
The documentation for this class was generated from the following file: