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

CmdCnt1 (553/0x229) - Telemetry Packet


"Command Statistics Packet 1" (APP/LHK)

View Options: (help)

Context:

Description:

    Contains task level command statistics

Layout:  (hide detail; help)

Command Statistics Packet 1 (CmdCnt1)
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=0x229
002 SF Sequence Count
004 Packet Length=109
006 Timestamp
00E Padus16 spares[0]
010 Padus16 spares[1]
012 Padus16 spares[2]
014 CMDCNTRS cntrs[0]
024 CMDCNTRS cntrs[1]
034 CMDCNTRS cntrs[2]
044 CMDCNTRS cntrs[3]
054 CMDCNTRS cntrs[4]
064 CMDCNTRS cntrs[5]

    typedef struct _LHK_CmdCnt1_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Explicit 16 bit pad in unsigned short */
        unsigned short       spares[3];
    
        /* Command Counters */
        LHK_CMDCNTRS         cntrs[6];
    
    } LHK_CmdCnt1_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Command Counters"

      Instance(s):  cntrs

      Structure to hold per task command count information.

      Attribute(s):  

      Brief:  "Explicit 16 bit pad in unsigned short"

      Instance(s):  spares

      Explicit 16 bit pad in unsigned short