hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Classes | Functions | Variables
utils.monitored_application_helper Namespace Reference

Classes

class  MonitoredAppHelper
 Structure that help decode and encode a datapoint value with a yaml string It uses the CiiConfigDocument and CiiConfigng to do the convertion between yaml string value and a python list with the a group of the monitored applications. More...
 

Functions

def main ()
 Test entry point.
 

Variables

str CFG_STRING
 

Function Documentation

◆ main()

def utils.monitored_application_helper.main ( )

Test entry point.

Variable Documentation

◆ CFG_STRING

str utils.monitored_application_helper.CFG_STRING
Initial value:
1= """
2!cfg.typedef MonitoredApp:
3 name : !cfg.type:string
4 oldb : !cfg.type:string
5 stdcmds: !cfg.type:string
6 pubsub: !cfg.type:string
7 ignore: !cfg.type:boolean
8
9monitored_apps: !cfg.type:vector_MonitoredApp
10 - name: telifsim
11 oldb: cii.oldb:///elt/hlcc/telifsim/mon/state
12 stdcmds: zpb.rr://localhost:12082/telifsim/StdCmds
13 pubsub:
14 ignore: false
15
16 - name: eltpk
17 oldb: cii.oldb:///elt/hlcc/eltpk/mon/state
18 stdcmds: zpb.rr://localhost:12083/eltpk/StdCmds
19 pubsub:
20 ignore: false
21"""