libsbp
v2.4.7
|
#include <acquisition.h>
Data Fields | |
float | snr |
SNR of best point. More... | |
float | cp |
Code phase of best point [chips]. More... | |
float | cf |
Carrier frequency of best point [hz]. More... | |
gnss_signal_dep_t | sid |
GNSS signal for which acquisition was attempted. More... | |
Definition at line 67 of file acquisition.h.
float cf |
Carrier frequency of best point [hz].
Definition at line 72 of file acquisition.h.
float cp |
Code phase of best point [chips].
Definition at line 71 of file acquisition.h.
GNSS signal for which acquisition was attempted.
Definition at line 73 of file acquisition.h.
float snr |
SNR of best point.
Currently in arbitrary SNR points, but will be in units of dB Hz in a later revision of this message.
Definition at line 68 of file acquisition.h.