hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
telsimui.applicationconfiguration.ApplicationConfiguration Class Reference

Public Member Functions

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.
 

Public Attributes

 POLLING_TIME
 
 SUBSCRIPTION_FLAG
 
 cii_oldb
 
 deployment_type_dp
 
 deployment_value
 

Static Public Attributes

None cii_oldb = None
 
None deployment_type_dp = None
 
None deployment_value = None
 
DEFAULT_POLLING_TIME POLLING_TIME = DEFAULT_POLLING_TIME
 
DEFAULT_SUBSCRIPTION_FLAG SUBSCRIPTION_FLAG = DEFAULT_SUBSCRIPTION_FLAG
 

Member Function Documentation

◆ 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.

Member Data Documentation

◆ 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]

DEFAULT_POLLING_TIME telsimui.applicationconfiguration.ApplicationConfiguration.POLLING_TIME = DEFAULT_POLLING_TIME
static

◆ POLLING_TIME [2/2]

telsimui.applicationconfiguration.ApplicationConfiguration.POLLING_TIME

◆ SUBSCRIPTION_FLAG [1/2]

DEFAULT_SUBSCRIPTION_FLAG telsimui.applicationconfiguration.ApplicationConfiguration.SUBSCRIPTION_FLAG = DEFAULT_SUBSCRIPTION_FLAG
static

◆ SUBSCRIPTION_FLAG [2/2]

telsimui.applicationconfiguration.ApplicationConfiguration.SUBSCRIPTION_FLAG

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