libsbp
v2.4.7
|
#include <tracking.h>
Data Fields | |
u64 | recv_time |
Receiver clock time. More... | |
gps_time_dep_t | tot |
Time of transmission of signal from satellite. More... | |
u32 | P |
Pseudorange observation. More... | |
u16 | P_std |
Pseudorange observation standard deviation. 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 time. More... | |
gnss_signal_dep_t | sid |
GNSS signal identifier. More... | |
s32 | doppler |
Carrier Doppler frequency. More... | |
u16 | doppler_std |
Carrier Doppler frequency standard deviation. More... | |
u32 | uptime |
Number of seconds of continuous tracking. More... | |
s16 | clock_offset |
TCXO clock offset. More... | |
s16 | clock_drift |
TCXO clock drift. More... | |
u16 | corr_spacing |
Early-Prompt (EP) and Prompt-Late (PL) correlators spacing. More... | |
s8 | acceleration |
Acceleration. More... | |
u8 | sync_flags |
Synchronization status flags. More... | |
u8 | tow_flags |
TOW status flags. More... | |
u8 | track_flags |
Tracking loop status flags. More... | |
u8 | nav_flags |
Navigation data status flags. More... | |
u8 | pset_flags |
Parameters sets flags. More... | |
u8 | misc_flags |
Miscellaneous flags. More... | |
Definition at line 83 of file tracking.h.
s8 acceleration |
Acceleration.
Valid only when acceleration valid flag is set. [g / 8]
Definition at line 113 of file tracking.h.
s16 clock_drift |
TCXO clock drift.
Valid only when valid clock valid flag is set. [(s / s) / (2 ^ 31)]
Definition at line 110 of file tracking.h.
s16 clock_offset |
TCXO clock offset.
Valid only when valid clock valid flag is set. [s / (2 ^ 20)]
Definition at line 108 of file tracking.h.
u8 cn0 |
Carrier-to-Noise density [dB Hz / 4].
Definition at line 98 of file tracking.h.
u16 corr_spacing |
Early-Prompt (EP) and Prompt-Late (PL) correlators spacing.
[ns]
Definition at line 112 of file tracking.h.
s32 doppler |
u16 doppler_std |
Carrier phase observation with typical sign convention.
Valid only when PLL pessimistic lock is achieved. [cycles]
Definition at line 95 of file tracking.h.
u16 lock |
Lock time.
It is encoded according to DF402 from the RTCM 10403.2 Amendment 2 specification. Valid values range from 0 to 15.
Definition at line 99 of file tracking.h.
u8 misc_flags |
Miscellaneous flags.
Definition at line 119 of file tracking.h.
u8 nav_flags |
Navigation data status flags.
Definition at line 117 of file tracking.h.
u32 P |
Pseudorange observation.
Valid only when pseudorange valid flag is set. [2 cm]
Definition at line 89 of file tracking.h.
u16 P_std |
Pseudorange observation standard deviation.
Valid only when pseudorange valid flag is set. [2 cm]
Definition at line 92 of file tracking.h.
u8 pset_flags |
Parameters sets flags.
Definition at line 118 of file tracking.h.
u64 recv_time |
GNSS signal identifier.
Definition at line 102 of file tracking.h.
u8 sync_flags |
Synchronization status flags.
Definition at line 114 of file tracking.h.
gps_time_dep_t tot |
Time of transmission of signal from satellite.
TOW only valid when TOW status is decoded or propagated. WN only valid when week number valid flag is set.
Definition at line 85 of file tracking.h.
u8 tow_flags |
TOW status flags.
Definition at line 115 of file tracking.h.
u8 track_flags |
Tracking loop status flags.
Definition at line 116 of file tracking.h.
u32 uptime |
Number of seconds of continuous tracking.
Specifies how much time signal is in continuous track. [s]
Definition at line 105 of file tracking.h.