Struct sbp::messages::ssr::STECHeader[][src]

pub struct STECHeader {
    pub tile_set_id: u16,
    pub tile_id: u16,
    pub time: GpsTimeSec,
    pub num_msgs: u8,
    pub seq_num: u8,
    pub update_interval: u8,
    pub iod_atmo: u8,
}
Expand description

Header for the MSG_SSR_STEC_CORRECTION message

A full set of STEC information will likely span multiple SBP messages, since SBP message a limited to 255 bytes. The header is used to tie multiple SBP messages into a sequence.

Fields

tile_set_id: u16

Unique identifier of the tile set this tile belongs to.

tile_id: u16

Unique identifier of this tile in the tile set.

time: GpsTimeSec

GNSS reference time of the correction

num_msgs: u8

Number of messages in the dataset

seq_num: u8

Position of this message in the dataset

update_interval: u8

Update interval between consecutive corrections. Encoded following RTCM DF391 specification.

iod_atmo: u8

IOD of the SSR atmospheric correction

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.