GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package

CPUMETR cpum - Telemetry Struct


"CPU Metrics" (APP/LHK)

View Options: (help)

Ancestry:

    0x000 pkt CpuMetr
    0x040 str CPUMETR cpum

Definition:

    Alignment:2-byte boundary
    APID:555/0x22B
    Attribute(s):
    Length: 16 bits (2 bytes)
    Offset:0x040

Description:

    Structure containing metrics for a single CPU.

Layout: (hide detail; help)

CPU Metrics (CPUMETR)
Telemetry Field Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
040 CPUJT temp

    CPUMETR (str)
    |  CPUJT temp (fld)
    

    typedef struct _LHK_CPUMETR {
    
        /* CPU Junction Temperature */
        unsigned short       temp;
    
    } LHK_CPUMETR;
    

Fields:

      Attribute(s):  

      Brief:  "CPU Junction Temperature"

      Instance(s):  temp

      The CPU junction temperature, in degress Celcius.