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

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

Header for the MSG_SSR_GRIDDED_CORRECTION message

The LPP message contains nested variable length arrays which are not supported in SBP, so each grid point will be identified by the index.

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: u16

Number of messages in the dataset

seq_num: u16

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

tropo_quality_indicator: u8

Quality of the troposphere data. Encoded following RTCM DF389 specification in units of m.

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.