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

DiagCtdbCounts (690/0x2B2) - Telemetry Packet


"Diagnostic CTDB (1553) counters" (APP/LHK)

View Options: (help)

Context:

Description:

    Diagnostic CTDB (1553) counters

Layout:  (hide detail; help)

Diagnostic CTDB (1553) counters (DiagCtdbCounts)
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=0x2B2
002 SF Sequence Count
004 Packet Length=109
006 Timestamp
00E Padus16 rsv
010 RTSTATS hsk
038 Padus16 spare0[0-29]

    typedef struct _LHK_DiagCtdbCounts_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Explicit 16 bit pad in unsigned short */
        unsigned short       rsv;
    
        /* 1553 Remote Terminal Statistics */
        LHK_RTSTATS          hsk;
    
        /* Explicit 16 bit pad in unsigned short */
        unsigned short       spare0[30];
    
    } LHK_DiagCtdbCounts_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Explicit 16 bit pad in unsigned short"

      Instance(s):  rsv, spare0

      Explicit 16 bit pad in unsigned short

      Attribute(s):  

      Brief:  "1553 Remote Terminal Statistics"

      Instance(s):  hsk

      Contains the 1553 RT driver statistics.