mbgtools-lx  4.2.8
MBG_XFEATURE_BUFFER Struct Reference

A structure used to store extended device features. More...

#include <gpsdefs.h>

Data Fields

uint8_t b [(1024/8)]
 

Detailed Description

A structure used to store extended device features.

Up to MAX_XFEATURE_BITS totally can be stored, but only N_MBG_XFEATURE extended features are currently defined. The _set_xfeature_bit macro should be used by the firmware to set a feature bit in the buffer, and the check_xfeature function should be used to implement API calls which test if an extended feature is supported.

See also
_set_xfeature_bit
check_xfeature

Definition at line 2438 of file gpsdefs.h.

Field Documentation

◆ b

uint8_t MBG_XFEATURE_BUFFER::b[( 1024/8)]

Definition at line 2440 of file gpsdefs.h.

Referenced by check_xfeature(), dump_xfeature_buffer(), and pcps_chk_dev_feat().


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