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

LciContrib lci - Telemetry Struct


"LCI'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:0x050

Description:

    LCI's contribution to the LIM status packet

Layout: (hide detail; help)

LCI's contribution to the LIM status packet (LciContrib)
Telemetry Field Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
050 ui runId
054 ui startSec
058 ui startSub
05C ui endSec
060 ui endSub
064 ui status
068 ui latcFid
06C ui cfgFid
070 ui spare

    LciContrib (str)
    |  ui runId (fld) ... spare (fld)
    

    typedef struct _LHK_LciContrib {
    
        /* 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         latcFid;
    
        /* Unsigned int */
        unsigned int         cfgFid;
    
        /* Unsigned int */
        unsigned int         spare;
    
    } LHK_LciContrib;
    

Fields:

      Attribute(s):  

      Brief:  "Unsigned int"

      Instance(s):  cfgFid, endSec, endSub, latcFid, runId, spare, startSec, startSub, status

      Unsigned int