GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
ConfigTHS - Telemetry Bitfield
|
"Structure to capture the THS imulation bits" (APP/LHK) View Options: (help) Definition:
Description:
Layout: (hide detail; help) ConfigTHS (bf) | Paduc6 rsv (0-5) | THS pps (6) ... tt (7)
typedef struct _LHK_ConfigTHS_Bfl {
#if ENDIANNESS_IS_BIG
/* Explicit 6 bit pad in unsigned char */
unsigned char rsv:6;
/* Status of time-hack services simulation */
unsigned char pps:1;
/* Status of time-hack services simulation */
unsigned char tt:1;
#elif ENDIANNESS_IS_LITTLE
/* Status of time-hack services simulation */
unsigned char tt:1;
/* Status of time-hack services simulation */
unsigned char pps:1;
/* Explicit 6 bit pad in unsigned char */
unsigned char rsv:6;
#else
#error _FILE_ ENDIANNESS NOT DEFINED
#endif
} __attribute__((packed)) LHK_ConfigTHS_Bfl;
typedef union _LHK_ConfigTHS {
/* underlying unsigned char */
unsigned char uc;
/* struct mapped bitfield */
struct _LHK_ConfigTHS_Bfl bf;
} LHK_ConfigTHS;
Fields:
Explicit 6 bit pad in unsigned char
Status of time-hack services simulation Used by:
|