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

DiagLimStatus (689/0x2B1) - Telemetry Packet


"Diagnostic LIM status/summary packet (including LPA and LCI status)" (APP/LHK)

View Options: (help)

Context:

Description:

    Diagnostic LIM status/summary packet (including LPA and LCI status)

Layout:  (hide detail; help)

Diagnostic LIM status/summary packet (including LPA and LCI status) (DiagLimStatus)
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=0x2B1
002 SF Sequence Count
004 Packet Length=109
006 Timestamp
00E Padus16 rsv
010 LimContrib lim
02C LpaContrib lpa
050 LciContrib lci

    typedef struct _LHK_DiagLimStatus_Tlm {
    
        /* Telemetry header */
        char                 hdr[14];
    
        /* Explicit 16 bit pad in unsigned short */
        unsigned short       rsv;
    
        /* LIM's contribution to the LIM status packet */
        LHK_LimContrib       lim;
    
        /* LPA's contribution to the LIM status packet */
        LHK_LpaContrib       lpa;
    
        /* LCI's contribution to the LIM status packet */
        LHK_LciContrib       lci;
    
    } LHK_DiagLimStatus_Tlm;
    

Fields:

      Attribute(s):  

      Brief:  "LCI's contribution to the LIM status packet"

      Instance(s):  lci

      LCI's contribution to the LIM status packet

      Attribute(s):  

      Brief:  "LIM's contribution to the LIM status packet"

      Instance(s):  lim

      LIM's contribution to the LIM status packet

      Attribute(s):  

      Brief:  "LPA's contribution to the LIM status packet"

      Instance(s):  lpa

      LPA's contribution to the LIM status packet

      Attribute(s):  

      Brief:  "Explicit 16 bit pad in unsigned short"

      Instance(s):  rsv

      Explicit 16 bit pad in unsigned short