mbgtools-lx
4.2.8
|
Satellite information for a particular GNSS type. More...
#include <gpsdefs.h>
Data Fields | |
uint8_t | gnss_type |
GNSS type as enumerated in MBG_GNSS_TYPES. More... | |
uint8_t | reserved |
Reserved, currently always 0. More... | |
uint16_t | good_svs |
Num. of satellites that can currently be received and used. More... | |
uint16_t | svs_in_view |
Num. of satellites that should be visible above the horizon. More... | |
uint8_t | svs [32] |
IDs of the satellites actually used for navigation, 0 == not used. More... | |
uint8_t GNSS_SAT_INFO::gnss_type |
GNSS type as enumerated in MBG_GNSS_TYPES.
Definition at line 10751 of file gpsdefs.h.
Referenced by setup_gps_only_sat_info_idx_from_statinfo(), and show_ext_stat_info().
uint16_t GNSS_SAT_INFO::good_svs |
Num. of satellites that can currently be received and used.
Definition at line 10753 of file gpsdefs.h.
Referenced by setup_gps_only_sat_info_idx_from_statinfo(), and show_ext_stat_info().
uint8_t GNSS_SAT_INFO::reserved |
uint8_t GNSS_SAT_INFO::svs[32] |
IDs of the satellites actually used for navigation, 0 == not used.
Definition at line 10755 of file gpsdefs.h.
Referenced by show_ext_stat_info().
uint16_t GNSS_SAT_INFO::svs_in_view |
Num. of satellites that should be visible above the horizon.
Definition at line 10754 of file gpsdefs.h.
Referenced by setup_gps_only_sat_info_idx_from_statinfo(), and show_ext_stat_info().