mbgtools-lx  4.2.8
MBG_TLV_FEAT_BUFFER Struct Reference

A structure used to store a bit mask of supported TLV context types. More...

#include <gpsdefs.h>

Data Fields

uint8_t b [(128/8)]
 

Detailed Description

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.

See also
_set_tlv_feat_bit
check_tlv_feat_supp

Definition at line 18232 of file gpsdefs.h.

Field Documentation

◆ b

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().


The documentation for this struct was generated from the following file: