Classes | |
| class | GHSK |
| GLAST HSK node Record. More... | |
| class | HTEM |
| GLAST TEM HSK node record. More... | |
| class | HAEM |
| GLAST AEM HSK node Record. More... | |
| class | HARC |
| GLAST ARC HSK node record. More... | |
| class | HGEM |
| GLAST GEM HSK node record. More... | |
| class | HEBM |
| GLAST EBM HSK node record. More... | |
| class | HPDU |
| GLAST PDU HSK node record. More... | |
| class | HCOM |
| GLAST Communications statistics HSK node record. More... | |
| class | HCPU |
| GLAST CPU metrics HSK node record. More... | |
| class | HNUL |
| GLAST HSK null record. More... | |
Functions | |
| processGHSK (isSchema, ghdb, node, declarations) | |
| processHTEM (isSchema, ghdb, node, declarations) | |
| processHAEM (isSchema, ghdb, node, declarations) | |
| processHARC (isSchema, ghdb, node, declarations) | |
| processHGEM (isSchema, ghdb, node, declarations) | |
| processHEBM (isSchema, ghdb, node, declarations) | |
| processHPDU (isSchema, ghdb, node, declarations) | |
| processHCOM (isSchema, ghdb, node, declarations) | |
| processHCPU (isSchema, ghdb, node, declarations) | |
| readHskConfig (ghsk, cfgFileName) | |
| applyHskConfig (ghsk, seq=None) | |
| processHskConfigProperties (ghsk, node, declarations) | |
| __privateFn (cls, function) | |
Contents:
Overview:
This module provides classes that are used as the building blocks for the Housekeeping hierarchy.
|
||||||||||||
|
Applies the configuration that may have existed when the schema is read. The configuration portion of the schema is stored as a DOM reference in the GHSK node. This function accesses that DOM and sets the attributes accordingly Input :: (1) GHSK root of the object model (2) Optional sequence number of the configuration Output: None Usage:: applyConfig(ghsk) |
|
||||||||||||
|
Read a hsk configuration XML file and add its DOM to the dictionary of configurations.
|
1.4.1