libsbp
v2.4.7
|
GPS observations for a particular satellite signal. More...
#include <observation.h>
Data Fields | |
u32 | P |
Pseudorange observation [2 cm]. More... | |
carrier_phase_t | L |
Carrier phase observation with typical sign convention. More... | |
u8 | cn0 |
Carrier-to-Noise density [dB Hz / 4]. More... | |
u16 | lock |
Lock indicator. More... | |
gnss_signal_dep_t | sid |
GNSS signal identifier. More... | |
GPS observations for a particular satellite signal.
Pseudorange and carrier phase observation for a satellite being tracked. The observations are be interoperable with 3rd party receivers and conform with typical RTCMv3 GNSS observations.
Definition at line 717 of file observation.h.
u8 cn0 |
Carrier-to-Noise density [dB Hz / 4].
Definition at line 720 of file observation.h.
Carrier phase observation with typical sign convention.
[cycles]
Definition at line 719 of file observation.h.
u16 lock |
Lock indicator.
This value changes whenever a satellite signal has lost and regained lock, indicating that the carrier phase ambiguity may have changed.
Definition at line 721 of file observation.h.
u32 P |
Pseudorange observation [2 cm].
Definition at line 718 of file observation.h.
GNSS signal identifier.
Definition at line 725 of file observation.h.