Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

Package gHSK

GLAST LAT record definitions. More...


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)


Detailed Description

GLAST LAT record definitions.

Contents:

Overview:

This module provides classes that are used as the building blocks for the Housekeeping hierarchy.


Function Documentation

gHSK.applyHskConfig ghsk  ,
seq  = None
 

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)

gHSK.readHskConfig ghsk  ,
cfgFileName 
 

Read a hsk configuration XML file and add its DOM to the dictionary of configurations.

Parameters:
ghsk Populated schema
cfgFileName Name of the configuration file in XML format
Returns:
The numeric key value of the dictionary entry. -1 if it fails to read the configuration file.


Generated on Fri Jul 21 13:27:03 2006 for LATTE R04-12-00 by doxygen 1.4.3