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

LpaContrib lpa - Telemetry Struct


"LPA's contribution to the LIM status packet" (APP/LHK)

View Options: (help)

Ancestry:

Definition:

    Alignment:4-byte boundary
    APID:689/0x2B1
    Attribute(s):
    Length: 288 bits (36 bytes)
    Offset:0x02C

Description:

    LPA's contribution to the LIM status packet

Layout: (hide detail; help)

LPA's contribution to the LIM status packet (LpaContrib)
Telemetry Field Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
02C ui runId
030 ui startSec
034 ui startSub
038 ui endSec
03C ui endSub
040 ui status
044 ui latcUseFid
048 ui latcIgnoreFid
04C uc dbId uc mode
04E us spare

    LpaContrib (str)
    |  ui runId (fld) ... latcIgnoreFid (fld)
    |  uc dbId (fld) ... mode (fld)
    |  us spare (fld)
    

    typedef struct _LHK_LpaContrib {
    
        /* Unsigned int */
        unsigned int         runId;
    
        /* Unsigned int */
        unsigned int         startSec;
    
        /* Unsigned int */
        unsigned int         startSub;
    
        /* Unsigned int */
        unsigned int         endSec;
    
        /* Unsigned int */
        unsigned int         endSub;
    
        /* Unsigned int */
        unsigned int         status;
    
        /* Unsigned int */
        unsigned int         latcUseFid;
    
        /* Unsigned int */
        unsigned int         latcIgnoreFid;
    
        /* Unsigned char */
        unsigned char        dbId;
    
        /* Unsigned char */
        unsigned char        mode;
    
        /* Unsigned short */
        unsigned short       spare;
    
    } LHK_LpaContrib;
    

Fields:

      Attribute(s):  

      Brief:  "Unsigned char"

      Instance(s):  dbId, mode

      Unsigned char

      Attribute(s):  

      Brief:  "Unsigned int"

      Instance(s):  endSec, endSub, latcIgnoreFid, latcUseFid, runId, startSec, startSub, status

      Unsigned int

      Attribute(s):  

      Brief:  "Unsigned short"

      Instance(s):  spare

      Unsigned short