libsbp
v2.4.7
|
Deprecated. More...
#include <acquisition.h>
Data Fields | |
u8 | job_type |
SV search job type (deep, fallback, etc) More... | |
u8 | status |
Acquisition status 1 is Success, 0 is Failure. More... | |
u16 | cn0 |
CN0 value. More... | |
u8 | int_time |
Acquisition integration time [ms]. More... | |
gnss_signal_dep_t | sid |
GNSS signal for which acquisition was attempted. More... | |
u16 | bin_width |
Acq frequency bin width [Hz]. More... | |
u32 | timestamp |
Timestamp of the job complete event [ms]. More... | |
u32 | time_spent |
Time spent to search for sid.code [us]. More... | |
s32 | cf_min |
Doppler range lowest frequency [Hz]. More... | |
s32 | cf_max |
Doppler range highest frequency [Hz]. More... | |
s32 | cf |
Doppler value of detected peak. More... | |
u32 | cp |
Codephase of detected peak. More... | |
u16 bin_width |
Acq frequency bin width [Hz].
Definition at line 126 of file acquisition.h.
s32 cf |
Doppler value of detected peak.
Only valid if status is '1' [Hz]
Definition at line 131 of file acquisition.h.
s32 cf_max |
Doppler range highest frequency [Hz].
Definition at line 130 of file acquisition.h.
s32 cf_min |
Doppler range lowest frequency [Hz].
Definition at line 129 of file acquisition.h.
u16 cn0 |
u32 cp |
Codephase of detected peak.
Only valid if status is '1' [chips*10]
Definition at line 132 of file acquisition.h.
u8 int_time |
Acquisition integration time [ms].
Definition at line 124 of file acquisition.h.
u8 job_type |
SV search job type (deep, fallback, etc)
Definition at line 121 of file acquisition.h.
GNSS signal for which acquisition was attempted.
Definition at line 125 of file acquisition.h.
u8 status |
Acquisition status 1 is Success, 0 is Failure.
Definition at line 122 of file acquisition.h.
u32 time_spent |
Time spent to search for sid.code [us].
Definition at line 128 of file acquisition.h.
u32 timestamp |
Timestamp of the job complete event [ms].
Definition at line 127 of file acquisition.h.