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

DiagMemStats1 (653/0x28D) - Telemetry Packet


"Diagnostic Memory Load/Dump Statistics" (APP/LHK)

View Options: (help)

Context:

Description:

    Contains the statistics for memory loads and dumps on the EPU1 and EPU2.

Layout:  (hide detail; help)

Diagnostic Memory Load/Dump Statistics (DiagMemStats1)
Telemetry Packet Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
000 Version=0 T=0 SH APID=0x28D
002 SF Sequence Count
004 Packet Length=109
006 Timestamp
00E TSP16 spares[0]
010 TSP16 spares[1]
012 TSP16 spares[2]
014 MEMSTATS mem[0]
044 MEMSTATS mem[1]

    typedef struct _LHK_DiagMemStats1_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Spare 16 bit field */
        unsigned short       spares[3];
    
        /* MEM Statistics */
        LHK_MEMSTATS         mem[2];
    
    } LHK_DiagMemStats1_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "MEM Statistics"

      Instance(s):  mem

      Contains statistics for the MEM task.

      Attribute(s):  

      Brief:  "Spare 16 bit field"

      Instance(s):  spares