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

RECINFO - Telemetry Bitfield


"Record Info" (APP/LPA)

View Options: (help)

Definition:

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

Description:

Layout: (hide detail; help)

    typedef struct _LPA_RECINFO_Bfl {
    
        #if ENDIANNESS_IS_BIG
    
        /* Record Version */
        unsigned short       ver:4;
    
        /* Record Type */
        unsigned short       typ:4;
    
        /* Record Sequence Count */
        unsigned short       seq:8;
    
        #elif ENDIANNESS_IS_LITTLE
    
        /* Record Sequence Count */
        unsigned short       seq:8;
    
        /* Record Type */
        unsigned short       typ:4;
    
        /* Record Version */
        unsigned short       ver:4;
    
        #else
    
        #error _FILE_ ENDIANNESS NOT DEFINED
    
        #endif
    
    } __attribute__((packed)) LPA_RECINFO_Bfl;
    
    typedef union _LPA_RECINFO {
    
        /* underlying unsigned short */
        unsigned short                  us;
    
        /* struct mapped bitfield */
        struct _LPA_RECINFO_Bfl         bf;
    
    } LPA_RECINFO;
    

Fields:

      Attribute(s):  

      Brief:  "Record Sequence Count"

      Instance(s):  seq

      Attribute(s):  

      Brief:  "Record Type"

      Instance(s):  typ

      Must be 2

      Attribute(s):  

      Brief:  "Record Version"

      Instance(s):  ver

      Must be 0

Used by: