[][src]Struct ublox::CfgRateBuilder

pub struct CfgRateBuilder {
    pub measure_rate_ms: u16,
    pub nav_rate: u16,
    pub time_ref: AlignmentToReferenceTime,
}

Navigation/Measurement Rate Settings Struct that is used to construct packets, see the crate-level documentation for more information

Fields

measure_rate_ms: u16

Measurement Rate, GPS measurements are taken every measure_rate_ms milliseconds

nav_rate: u16

Navigation Rate, in number of measurement cycles. On u-blox 5 and u-blox 6, this parametercannot be changed, and is always equals 1.

time_ref: AlignmentToReferenceTime

Alignment to reference time

Implementations

impl CfgRateBuilder[src]

Trait Implementations

impl From<CfgRateBuilder> for [u8; 14][src]

impl UbxPacketCreator for CfgRateBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.