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

TrcSiu (563/0x233) - Telemetry Packet


"TRC Top SIU Monitor Packet" (APP/LHK)

View Options: (help)

Context:

Description:

    Contains TRC/LSW SIU cpu monitor metrics.

Layout:  (hide detail; help)

TRC Top SIU Monitor Packet (TrcSiu)
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=0x233
002 SF Sequence Count
004 Packet Length=109
006 Timestamp
00E TSP16 spare[0]
010 TSP16 spare[1]
012 TSP16 spare[2]
014 TRCTOPS mon
06C TSP16 pad[0]
06E TSP16 pad[1]
070 TSP16 pad[2]
072 TSP16 pad[3]

    typedef struct _LHK_TrcSiu_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Spare 16 bit field */
        unsigned short       spare[3];
    
        /* TRC Top Monitor Result */
        LHK_TRCTOPS          mon;
    
        /* Spare 16 bit field */
        unsigned short       pad[4];
    
    } LHK_TrcSiu_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "TRC Top Monitor Result"

      Instance(s):  mon

      Attribute(s):  

      Brief:  "Spare 16 bit field"

      Instance(s):  pad, spare