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

LimContrib lim - Telemetry Struct


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

View Options: (help)

Ancestry:

Definition:

    Alignment:4-byte boundary
    APID:689/0x2B1
    Attribute(s):
    Length: 224 bits (28 bytes)
    Offset:0x010

Description:

    LIM's contribution to the LIM status packet

Layout: (hide detail; help)

LIM's contribution to the LIM status packet (LimContrib)
Telemetry Field Format
0x 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
010 ui status
014 us action
016 uc opMode uc virtMode
018 uc saaTransit uc LciState
01A uc LdfState uc LpaState
01C ui tooSecsLeft
020 ui arrSecsLeft
024 ui gbmDisableSecsLeft
028 TOOSTATEBF too ARRSTATEBF arr
02A GBMCONFIGBF gbm HVCONFIGBF hv

    typedef struct _LHK_LimContrib {
    
        /* Unsigned int */
        unsigned int         status;
    
        /* Unsigned short */
        unsigned short       action;
    
        /* Unsigned char */
        unsigned char        opMode;
    
        /* Unsigned char */
        unsigned char        virtMode;
    
        /* Unsigned char */
        unsigned char        saaTransit;
    
        /* Unsigned char */
        unsigned char        LciState;
    
        /* Unsigned char */
        unsigned char        LdfState;
    
        /* Unsigned char */
        unsigned char        LpaState;
    
        /* Unsigned int */
        unsigned int         tooSecsLeft;
    
        /* Unsigned int */
        unsigned int         arrSecsLeft;
    
        /* Unsigned int */
        unsigned int         gbmDisableSecsLeft;
    
        /* TOO State Bitfield */
        LHK_TOOSTATEBF       too;
    
        /* ARR State Bitfield */
        LHK_ARRSTATEBF       arr;
    
        /* GBM Interface Configuration Bitfield */
        LHK_GBMCONFIGBF      gbm;
    
        /* High-Voltage Interface Configuration Bitfield */
        LHK_HVCONFIGBF       hv;
    
    } LHK_LimContrib;
    

Fields:

      Attribute(s):  

      Brief:  "ARR State Bitfield"

      Instance(s):  arr

      Bitfield containing the current ARR observation state.

      Attribute(s):  

      Brief:  "GBM Interface Configuration Bitfield"

      Instance(s):  gbm

      Bitfield containing the current configuration of the GBM interface.

      Attribute(s):  

      Brief:  "High-Voltage Interface Configuration Bitfield"

      Instance(s):  hv

      Bitfield containing the current configuration of the ACD high-voltage interface.

      Attribute(s):  

      Brief:  "TOO State Bitfield"

      Instance(s):  too

      Bitfield containing the current TOO observation state.

      Attribute(s):  

      Brief:  "Unsigned char"

      Instance(s):  LciState, LdfState, LpaState, opMode, saaTransit, virtMode

      Unsigned char

      Attribute(s):  

      Brief:  "Unsigned int"

      Instance(s):  arrSecsLeft, gbmDisableSecsLeft, status, tooSecsLeft

      Unsigned int

      Attribute(s):  

      Brief:  "Unsigned short"

      Instance(s):  action

      Unsigned short