mbgtools-lx
4.2.8
|
One of several sets of satellite information for a particular GNSS type. More...
#include <gpsdefs.h>
Data Fields | |
uint16_t | idx |
GNSS_SAT_INFO | gnss_sat_info |
see GNSS_SAT_INFO More... | |
One of several sets of satellite information for a particular GNSS type.
GNSS_SAT_INFO GNSS_SAT_INFO_IDX::gnss_sat_info |
see GNSS_SAT_INFO
Definition at line 10782 of file gpsdefs.h.
Referenced by setup_gps_only_sat_info_idx_from_statinfo().
uint16_t GNSS_SAT_INFO_IDX::idx |
GNSS system type index according to MBG_GNSS_MODE_INFO::supp_gnss_types. I.e., idx 0 corresponds to the GNSS system for which the least significant bit is set in MBG_GNSS_MODE_INFO::supp_gnss_types, idx 1 corresponds to GNSS system for which the next higher bit is set, etc. This must not necessarily match the sequence of the MBG_GNSS_TYPES enumeration.
Definition at line 10780 of file gpsdefs.h.
Referenced by setup_gps_only_sat_info_idx_from_statinfo().