GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
DUMPSTFLAGS - Telemetry Bitfield
|
View Options: (help) Definition:
Description: Layout: (hide detail; help) DUMPSTFLAGS (bf) | LATSTUNIT latUnit (0-3) | LFSXID xactId (4-15)
typedef struct _LFS_DUMPSTFLAGS_Bfl {
#if ENDIANNESS_IS_BIG
/* LAT Storage Unit */
unsigned short latUnit:4;
/* Transaction ID */
unsigned short xactId:12;
#elif ENDIANNESS_IS_LITTLE
/* Transaction ID */
unsigned short xactId:12;
/* LAT Storage Unit */
unsigned short latUnit:4;
#else
#error _FILE_ ENDIANNESS NOT DEFINED
#endif
} __attribute__((packed)) LFS_DUMPSTFLAGS_Bfl;
typedef union _LFS_DUMPSTFLAGS {
/* underlying unsigned short */
unsigned short us;
/* struct mapped bitfield */
struct _LFS_DUMPSTFLAGS_Bfl bf;
} LFS_DUMPSTFLAGS;
Fields:
Used by:
|