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

LimContrib - Telemetry Struct


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

View Options: (help)

Definition:

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

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
000 ui status
004 us action
006 uc opMode uc virtMode
008 uc saaTransit uc LciState
00A uc LdfState uc LpaState
00C ui tooSecsLeft
010 ui arrSecsLeft
014 ui gbmDisableSecsLeft
018 TOOSTATEBF too ARRSTATEBF arr
01A 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

Used by: