mbgtools-lx
4.2.8
|
#include <gpsdefs.h>
Data Fields | |
MBG_GNSS_MODE_SETTINGS | settings |
Current GNSS mode settings. More... | |
uint32_t | supp_gnss_types |
Bit masks of supported GNSS types, see MBG_GNSS_TYPE_MASKS. More... | |
uint16_t | flags |
See MBG_GNSS_MODE_INFO_FLAG_MASKS. More... | |
uint16_t | n_sv_status |
Number of GNSS_SV_STATUS_IDX structures that can be read (only if MBG_GNSS_FLAG_MSK_HAS_SV_STATUS) More... | |
uint16_t MBG_GNSS_MODE_INFO::flags |
uint16_t MBG_GNSS_MODE_INFO::n_sv_status |
Number of GNSS_SV_STATUS_IDX structures that can be read (only if MBG_GNSS_FLAG_MSK_HAS_SV_STATUS)
MBG_GNSS_MODE_SETTINGS MBG_GNSS_MODE_INFO::settings |
Current GNSS mode settings.
Definition at line 10696 of file gpsdefs.h.
Referenced by setup_gps_only_gnss_info_from_statinfo(), and show_ext_stat_info().
uint32_t MBG_GNSS_MODE_INFO::supp_gnss_types |
Bit masks of supported GNSS types, see MBG_GNSS_TYPE_MASKS.
Definition at line 10697 of file gpsdefs.h.
Referenced by chk_set_n_gnss_supp(), mbg_get_gps_all_gnss_sat_info(), mbgextio_get_all_gnss_sat_info(), mbgextio_get_gnss_sv_status_idx(), and setup_gps_only_gnss_info_from_statinfo().