mbgtools-lx  4.2.8
GNSS_SAT_INFO Struct Reference

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...
 

Detailed Description

Satellite information for a particular GNSS type.

Definition at line 10749 of file gpsdefs.h.

Field Documentation

◆ gnss_type

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().

◆ good_svs

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().

◆ reserved

uint8_t GNSS_SAT_INFO::reserved

Reserved, currently always 0.

Definition at line 10752 of file gpsdefs.h.

◆ svs

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().

◆ svs_in_view

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().


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