|
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... | |
| u8 | prn |
| PRN-1 identifier of the satellite signal for which acquisition was attempted. More... | |
Definition at line 82 of file acquisition.h.
| float cf |
Carrier frequency of best point [hz].
Definition at line 87 of file acquisition.h.
| float cp |
Code phase of best point [chips].
Definition at line 86 of file acquisition.h.
| u8 prn |
PRN-1 identifier of the satellite signal for which acquisition was attempted.
Definition at line 88 of file acquisition.h.
| float snr |
SNR of best point.
Currently dimensonless, but will have units of dB Hz in the revision of this message.
Definition at line 83 of file acquisition.h.