libsbp  v2.4.7
acq_sv_profile_dep_t Struct Reference

Deprecated. More...

#include <acquisition.h>

Collaboration diagram for acq_sv_profile_dep_t:

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...
 

Detailed Description

Deprecated.

Deprecated.

Definition at line 120 of file acquisition.h.

Field Documentation

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

CN0 value.

Only valid if status is '1' [dB-Hz*10]

Definition at line 123 of file acquisition.h.

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.


The documentation for this struct was generated from the following file: