[][src]Struct mavlink::slugs::NOVATEL_DIAG_DATA

pub struct NOVATEL_DIAG_DATA {
    pub receiverStatus: u32,
    pub posSolAge: f32,
    pub csFails: u16,
    pub timeStatus: u8,
    pub solStatus: u8,
    pub posType: u8,
    pub velType: u8,
}

id: 195 Transmits the diagnostics data from the Novatel OEMStar GPS.

Fields

receiverStatus: u32

id: 195 Transmits the diagnostics data from the Novatel OEMStar GPS.

posSolAge: f32

id: 195 Transmits the diagnostics data from the Novatel OEMStar GPS.

csFails: u16

id: 195 Transmits the diagnostics data from the Novatel OEMStar GPS.

timeStatus: u8

id: 195 Transmits the diagnostics data from the Novatel OEMStar GPS.

solStatus: u8

id: 195 Transmits the diagnostics data from the Novatel OEMStar GPS.

posType: u8

id: 195 Transmits the diagnostics data from the Novatel OEMStar GPS.

velType: u8

id: 195 Transmits the diagnostics data from the Novatel OEMStar GPS.

Implementations

impl NOVATEL_DIAG_DATA[src]

pub const ENCODED_LEN: usize[src]

pub fn deser(
    version: MavlinkVersion,
    _input: &[u8]
) -> Result<Self, ParserError>
[src]

pub fn ser(&self) -> Vec<u8>[src]

Trait Implementations

impl Clone for NOVATEL_DIAG_DATA[src]

impl Debug for NOVATEL_DIAG_DATA[src]

impl Default for NOVATEL_DIAG_DATA[src]

impl<'de> Deserialize<'de> for NOVATEL_DIAG_DATA[src]

impl PartialEq<NOVATEL_DIAG_DATA> for NOVATEL_DIAG_DATA[src]

impl Serialize for NOVATEL_DIAG_DATA[src]

impl StructuralPartialEq for NOVATEL_DIAG_DATA[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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.