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

CmdCounts (667/0x29B) - Telemetry Packet


"Command counts for no-op and att, anc, & time-tone" (DAQ/ISIS)

View Options: (help)

Context:

Description:

Layout:  (hide detail; help)

Command counts for no-op and att, anc, & time-tone (CmdCounts)
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=0x29B
002 SF Sequence Count
004 Packet Length=272
006 Timestamp
010 UINTEGER NoopCnt
014 UINTEGER AncillaryCnt
018 UINTEGER AttitudeCnt
01C UINTEGER TimeToneCnt
020 UINTEGER GBMCalcInfoCnt
024 UINTEGER GBMReptRecCnt
028 UINTEGER GBMCloseCnt
02C UINTEGER SndReptCnt

    CmdCounts (pkt)
    |  UINTEGER NoopCnt (fld) ... SndReptCnt (fld)
    
    typedef struct _ISIS_CmdCounts_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Header pad */
        char                 hdr_pad[2];
    
        /* Unsigned integer */
        unsigned int         NoopCnt;
    
        /* Unsigned integer */
        unsigned int         AncillaryCnt;
    
        /* Unsigned integer */
        unsigned int         AttitudeCnt;
    
        /* Unsigned integer */
        unsigned int         TimeToneCnt;
    
        /* Unsigned integer */
        unsigned int         GBMCalcInfoCnt;
    
        /* Unsigned integer */
        unsigned int         GBMReptRecCnt;
    
        /* Unsigned integer */
        unsigned int         GBMCloseCnt;
    
        /* Unsigned integer */
        unsigned int         SndReptCnt;
    
    } ISIS_CmdCounts_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Unsigned integer"

      Instance(s):  AncillaryCnt, AttitudeCnt, GBMCalcInfoCnt, GBMCloseCnt, GBMReptRecCnt, NoopCnt, SndReptCnt, TimeToneCnt