Struct sbp::messages::observation::PackedOsrContent[][src]

pub struct PackedOsrContent {
    pub p: u32,
    pub l: CarrierPhase,
    pub lock: u8,
    pub flags: u8,
    pub sid: GnssSignal,
    pub iono_std: u16,
    pub tropo_std: u16,
    pub range_std: u16,
}
Expand description

Network correction for a particular satellite signal

Pseudorange and carrier phase network corrections for a satellite signal.

Fields

p: u32

Pseudorange observation

l: CarrierPhase

Carrier phase observation with typical sign convention.

lock: u8

Lock timer. This value gives an indication of the time for which a signal has maintained continuous phase lock. Whenever a signal has lost and regained lock, this value is reset to zero. It is encoded according to DF402 from the RTCM 10403.2 Amendment 2 specification. Valid values range from 0 to 15 and the most significant nibble is reserved for future use.

flags: u8

Correction flags.

sid: GnssSignal

GNSS signal identifier (16 bit)

iono_std: u16

Slant ionospheric correction standard deviation

tropo_std: u16

Slant tropospheric correction standard deviation

range_std: u16

Orbit/clock/bias correction projected on range standard deviation

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.