mbgtools-lx
4.2.8
|
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... | |
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 STAT_INFO::dac_val |
Oscillator fine DAC value.
Definition at line 10596 of file gpsdefs.h.
Referenced by show_ext_stat_info().
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().
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().
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().