mbgtools-lx  4.2.8
GNSS_SV_STATUS Struct Reference

Detailed GNSS satellite status. More...

#include <gpsdefs.h>

Data Fields

uint8_t gnss_type
 GNSS type as enumerated in MBG_GNSS_TYPES. More...
 
uint8_t svno
 Satellite number, see ::TODO. More...
 
uint8_t cn_ratio
 Carrier-to-noise ratio [dbHz]. More...
 
int8_t elev
 Elevation [deg], range: -90..90 deg. More...
 
int16_t azim
 Azimuth [deg], range: 0..360 deg. More...
 
int16_t pr_residual
 Pseudo range residual [m]. More...
 
uint32_t stat_flags
 see GNSS status flags encoding More...
 

Detailed Description

Detailed GNSS satellite status.

See also
GNSS_SV_STATUS_IDX
GNSS status flags encoding

Definition at line 10809 of file gpsdefs.h.

Field Documentation

◆ azim

int16_t GNSS_SV_STATUS::azim

Azimuth [deg], range: 0..360 deg.

Definition at line 10816 of file gpsdefs.h.

◆ cn_ratio

uint8_t GNSS_SV_STATUS::cn_ratio

Carrier-to-noise ratio [dbHz].

Definition at line 10813 of file gpsdefs.h.

◆ elev

int8_t GNSS_SV_STATUS::elev

Elevation [deg], range: -90..90 deg.

Definition at line 10814 of file gpsdefs.h.

◆ gnss_type

uint8_t GNSS_SV_STATUS::gnss_type

GNSS type as enumerated in MBG_GNSS_TYPES.

Definition at line 10811 of file gpsdefs.h.

◆ pr_residual

int16_t GNSS_SV_STATUS::pr_residual

Pseudo range residual [m].

Definition at line 10817 of file gpsdefs.h.

◆ stat_flags

uint32_t GNSS_SV_STATUS::stat_flags

see GNSS status flags encoding

Definition at line 10819 of file gpsdefs.h.

◆ svno

uint8_t GNSS_SV_STATUS::svno

Satellite number, see ::TODO.

Definition at line 10812 of file gpsdefs.h.


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