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

DiagLtcData3 (657/0x291) - Telemetry Packet


"Diagnostic Thermal Control Data Packet 3" (APP/LHK)

View Options: (help)

Context:

Description:

Layout:  (hide detail; help)

Diagnostic Thermal Control Data Packet 3 (DiagLtcData3)
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=0x291
002 SF Sequence Count
004 Packet Length=109
006 Timestamp
00E Padus16 spares[0-2]
014 RawAdcStatus rawAdc[0-35]
05C Padus16 pad[0-11]

    typedef struct _LHK_DiagLtcData3_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Explicit 16 bit pad in unsigned short */
        unsigned short       spares[3];
    
        /* Sensor Status and ADC Counts */
        LHK_RawAdcStatus     rawAdc[36];
    
        /* Explicit 16 bit pad in unsigned short */
        unsigned short       pad[12];
    
    } LHK_DiagLtcData3_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "Explicit 16 bit pad in unsigned short"

      Instance(s):  pad, spares

      Explicit 16 bit pad in unsigned short

      Attribute(s):  

      Brief:  "Sensor Status and ADC Counts"

      Instance(s):  rawAdc