mbgtools-lx  4.2.8
MBG_GNSS_MODE_SETTINGS Struct Reference

GNSS mode settings. More...

#include <gpsdefs.h>

Data Fields

uint32_t gnss_set
 bit mask of currently used GNSS systems, see MBG_GNSS_TYPE_MASKS More...
 
uint8_t prio [8]
 see MBG_GNSS_TYPES, unused fields set to 0xFF, idx 0 is highest prio More...
 
uint32_t flags
 unused, currently always 0 (should be named MBG_GNSS_MODE_SETTINGS_FLAG_MASKS) More...
 

Detailed Description

GNSS mode settings.

See also
MBG_GNSS_TYPES

Definition at line 10677 of file gpsdefs.h.

Field Documentation

◆ flags

uint32_t MBG_GNSS_MODE_SETTINGS::flags

unused, currently always 0 (should be named MBG_GNSS_MODE_SETTINGS_FLAG_MASKS)

Definition at line 10681 of file gpsdefs.h.

◆ gnss_set

uint32_t MBG_GNSS_MODE_SETTINGS::gnss_set

bit mask of currently used GNSS systems, see MBG_GNSS_TYPE_MASKS

Definition at line 10679 of file gpsdefs.h.

Referenced by setup_gps_only_gnss_info_from_statinfo(), and show_ext_stat_info().

◆ prio

uint8_t MBG_GNSS_MODE_SETTINGS::prio[8]

see MBG_GNSS_TYPES, unused fields set to 0xFF, idx 0 is highest prio

Definition at line 10680 of file gpsdefs.h.


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