mbgtools-lx
4.2.8
|
A structure used to store a bit mask of supported TLV context types. More...
#include <gpsdefs.h>
Data Fields | |
uint8_t | b [(128/8)] |
A structure used to store a bit mask of supported TLV context types.
Bit masks for up to MAX_MBG_TLV_FEAT_TYPES totally can be stored, but only N_MBG_TLV_FEAT_TYPES types are currently defined. The _set_tlv_feat_bit macro should be used by the firmware to set a bit mask in the buffer, and the check_tlv_feat_supp function should be used to implement API calls which test if an extended TLV context type is supported.
uint8_t MBG_TLV_FEAT_BUFFER::b[( 128/8)] |
Definition at line 18234 of file gpsdefs.h.
Referenced by check_tlv_feat_supp(), dump_tlv_info(), and pcps_chk_dev_feat().