libsbp
v2.4.7
|
GPS observations for a particular satellite signal. More...
#include <observation.h>
Data Fields | |
u32 | P |
Pseudorange observation [cm]. More... | |
carrier_phase_dep_a_t | L |
Carrier phase observation with opposite sign from typical 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. Pseudoranges are referenced to a nominal pseudorange.
Definition at line 699 of file observation.h.
u8 cn0 |
Carrier-to-Noise density [dB Hz / 4].
Definition at line 702 of file observation.h.
Carrier phase observation with opposite sign from typical convention.
Definition at line 701 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 703 of file observation.h.
u32 P |
Pseudorange observation [cm].
Definition at line 700 of file observation.h.
GNSS signal identifier.
Definition at line 707 of file observation.h.