#include <track.h>
Public Attributes | |
double | carrier_freq |
double | carrier_phase |
double | code_phase_chips |
double | code_phase_rate |
u16 | lock_counter |
u8 | prn |
double | receiver_time |
double | snr |
u32 | time_of_week_ms |
This struct holds the state of a tracking channel at a given receiver time epoch.
The struct contains the information necessary to calculate the pseudorange, carrier phase and Doppler information needed for a PVT solution but is formatted closer to the natural outputs from the tracking channels.
double channel_measurement_t::snr |