Struct sbp::messages::piksi::Period[][src]

pub struct Period {
    pub avg: i32,
    pub pmin: i32,
    pub pmax: i32,
    pub current: i32,
}
Expand description

base station observation message receipt period

Statistics on the period of observations received from the base station. As complete observation sets are received, their time of reception is compared with the prior set’’s time of reception. This measurement provides a proxy for link quality as incomplete or missing sets will increase the period. Long periods can cause momentary RTK solution outages.

Fields

avg: i32

Average period

pmin: i32

Minimum period

pmax: i32

Maximum period

current: i32

Smoothed estimate of the current period

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.