mbgtools-lx
4.2.8
|
A structure used to store extended device features. More...
#include <gpsdefs.h>
Data Fields | |
uint8_t | b [(1024/8)] |
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.
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().