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

COBSBF - Telecommand Bitfield


"Observation ID Bitfield" (APP/LIM)

View Options: (help)

Definition:

    Alignment:4-byte boundary
    APID:1635/0x663:0
    Attribute(s):
    C type:unsigned int
    Length: 32 bits (4 bytes)

Description:

    Bitfield containing an observation identifier.

Layout: (hide detail; help)

    Start Stop Size Item Type and Name

    typedef struct _LIM_COBSBF_Bfl {
    
        #if ENDIANNESS_IS_BIG
    
        /* 8-Bit Padding */
        unsigned int         pad:8;
    
        /* Observation ID */
        unsigned int         id:24;
    
        #elif ENDIANNESS_IS_LITTLE
    
        /* Observation ID */
        unsigned int         id:24;
    
        /* 8-Bit Padding */
        unsigned int         pad:8;
    
        #else
    
        #error _FILE_ ENDIANNESS NOT DEFINED
    
        #endif
    
    } __attribute__((packed)) LIM_COBSBF_Bfl;
    
    typedef union _LIM_COBSBF {
    
        /* underlying unsigned int */
        unsigned int                    ui;
    
        /* struct mapped bitfield */
        struct _LIM_COBSBF_Bfl          bf;
    
    } LIM_COBSBF;
    

Used by: