Struct sbp::messages::acquisition::AcqSvProfileDep[][src]

pub struct AcqSvProfileDep {
    pub job_type: u8,
    pub status: u8,
    pub cn0: u16,
    pub int_time: u8,
    pub sid: GnssSignalDep,
    pub bin_width: u16,
    pub timestamp: u32,
    pub time_spent: u32,
    pub cf_min: i32,
    pub cf_max: i32,
    pub cf: i32,
    pub cp: u32,
}
Expand description

Deprecated

Deprecated.

Fields

job_type: u8

SV search job type (deep, fallback, etc)

status: u8

Acquisition status 1 is Success, 0 is Failure

cn0: u16

CN0 value. Only valid if status is ‘1’

int_time: u8

Acquisition integration time

sid: GnssSignalDep

GNSS signal for which acquisition was attempted

bin_width: u16

Acq frequency bin width

timestamp: u32

Timestamp of the job complete event

time_spent: u32

Time spent to search for sid.code

cf_min: i32

Doppler range lowest frequency

cf_max: i32

Doppler range highest frequency

cf: i32

Doppler value of detected peak. Only valid if status is ‘1’

cp: u32

Codephase of detected peak. Only valid if status is ‘1’

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.