mbgtools-lx  4.2.8
STAT_INFO Struct Reference

Satellite receiver status information. More...

#include <gpsdefs.h>

Data Fields

uint16_t mode
 Mode of operation, see RECEIVER_MODES. More...
 
uint16_t good_svs
 Numb. of satellites that can currently be received and used. More...
 
uint16_t svs_in_view
 Numb. of satellites that should be visible above the horizon. More...
 
DAC_VAL dac_val
 Oscillator fine DAC value. More...
 
DAC_VAL dac_cal
 Oscillator calibration DAC value ( see OSC_DAC_RANGE, OSC_DAC_BIAS ) More...
 

Detailed Description

Satellite receiver status information.

Definition at line 10591 of file gpsdefs.h.

Field Documentation

◆ dac_cal

DAC_VAL STAT_INFO::dac_cal

Oscillator calibration DAC value ( see OSC_DAC_RANGE, OSC_DAC_BIAS )

Definition at line 10597 of file gpsdefs.h.

Referenced by show_ext_stat_info().

◆ dac_val

DAC_VAL STAT_INFO::dac_val

Oscillator fine DAC value.

Definition at line 10596 of file gpsdefs.h.

Referenced by show_ext_stat_info().

◆ good_svs

uint16_t STAT_INFO::good_svs

Numb. of satellites that can currently be received and used.

Definition at line 10594 of file gpsdefs.h.

Referenced by setup_gps_only_sat_info_idx_from_statinfo().

◆ mode

uint16_t STAT_INFO::mode

Mode of operation, see RECEIVER_MODES.

Definition at line 10593 of file gpsdefs.h.

Referenced by show_ext_stat_info().

◆ svs_in_view

uint16_t STAT_INFO::svs_in_view

Numb. of satellites that should be visible above the horizon.

Definition at line 10595 of file gpsdefs.h.

Referenced by setup_gps_only_sat_info_idx_from_statinfo().


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