[][src]Struct mavlink::common::NAV_CONTROLLER_OUTPUT_DATA

pub struct NAV_CONTROLLER_OUTPUT_DATA {
    pub nav_roll: f32,
    pub nav_pitch: f32,
    pub alt_error: f32,
    pub aspd_error: f32,
    pub xtrack_error: f32,
    pub nav_bearing: i16,
    pub target_bearing: i16,
    pub wp_dist: u16,
}

id: 62 The state of the fixed wing navigation and position controller..

Fields

nav_roll: f32

id: 62 The state of the fixed wing navigation and position controller..

nav_pitch: f32

id: 62 The state of the fixed wing navigation and position controller..

alt_error: f32

id: 62 The state of the fixed wing navigation and position controller..

aspd_error: f32

id: 62 The state of the fixed wing navigation and position controller..

xtrack_error: f32

id: 62 The state of the fixed wing navigation and position controller..

nav_bearing: i16

id: 62 The state of the fixed wing navigation and position controller..

target_bearing: i16

id: 62 The state of the fixed wing navigation and position controller..

wp_dist: u16

id: 62 The state of the fixed wing navigation and position controller..

Implementations

impl NAV_CONTROLLER_OUTPUT_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 NAV_CONTROLLER_OUTPUT_DATA[src]

impl Debug for NAV_CONTROLLER_OUTPUT_DATA[src]

impl Default for NAV_CONTROLLER_OUTPUT_DATA[src]

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

impl PartialEq<NAV_CONTROLLER_OUTPUT_DATA> for NAV_CONTROLLER_OUTPUT_DATA[src]

impl Serialize for NAV_CONTROLLER_OUTPUT_DATA[src]

impl StructuralPartialEq for NAV_CONTROLLER_OUTPUT_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.