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

DUMPFLAGS - Telemetry Bitfield


"Info Dump Flags" (APP/LCM)

View Options: (help)

Definition:

    Alignment:2-byte boundary
    APID:724/0x2D4
    Attribute(s):
    C type:unsigned short
    Length: 16 bits (2 bytes)

Description:

Layout: (hide detail; help)

    Start Stop Size Item Type and Name
    0 3 4 LATUNIT latUnit
    4 15 12 LCMXID xactId

    typedef struct _LCM_DUMPFLAGS_Bfl {
    
        #if ENDIANNESS_IS_BIG
    
        /* LAT Unit */
        unsigned short       latUnit:4;
    
        /* Transaction ID */
        unsigned short       xactId:12;
    
        #elif ENDIANNESS_IS_LITTLE
    
        /* Transaction ID */
        unsigned short       xactId:12;
    
        /* LAT Unit */
        unsigned short       latUnit:4;
    
        #else
    
        #error _FILE_ ENDIANNESS NOT DEFINED
    
        #endif
    
    } __attribute__((packed)) LCM_DUMPFLAGS_Bfl;
    
    typedef union _LCM_DUMPFLAGS {
    
        /* underlying unsigned short */
        unsigned short                  us;
    
        /* struct mapped bitfield */
        struct _LCM_DUMPFLAGS_Bfl       bf;
    
    } LCM_DUMPFLAGS;
    

Fields:

      Attribute(s):  

      Brief:  "LAT Unit"

      Instance(s):  latUnit

      Attribute(s):  

      Brief:  "Transaction ID"

      Instance(s):  xactId

Used by: