[][src]Struct mavlink::asluav::FW_SOARING_DATA_DATA

pub struct FW_SOARING_DATA_DATA {
    pub timestamp: u64,
    pub timestampModeChanged: u64,
    pub xW: f32,
    pub xR: f32,
    pub xLat: f32,
    pub xLon: f32,
    pub VarW: f32,
    pub VarR: f32,
    pub VarLat: f32,
    pub VarLon: f32,
    pub LoiterRadius: f32,
    pub LoiterDirection: f32,
    pub DistToSoarPoint: f32,
    pub vSinkExp: f32,
    pub z1_LocalUpdraftSpeed: f32,
    pub z2_DeltaRoll: f32,
    pub z1_exp: f32,
    pub z2_exp: f32,
    pub ThermalGSNorth: f32,
    pub ThermalGSEast: f32,
    pub TSE_dot: f32,
    pub DebugVar1: f32,
    pub DebugVar2: f32,
    pub ControlMode: u8,
    pub valid: u8,
}

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

Fields

timestamp: u64

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

timestampModeChanged: u64

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

xW: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

xR: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

xLat: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

xLon: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

VarW: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

VarR: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

VarLat: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

VarLon: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

LoiterRadius: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

LoiterDirection: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

DistToSoarPoint: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

vSinkExp: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

z1_LocalUpdraftSpeed: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

z2_DeltaRoll: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

z1_exp: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

z2_exp: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

ThermalGSNorth: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

ThermalGSEast: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

TSE_dot: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

DebugVar1: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

DebugVar2: f32

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

ControlMode: u8

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

valid: u8

id: 210 Fixed-wing soaring (i.e. thermal seeking) data.

Implementations

impl FW_SOARING_DATA_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 FW_SOARING_DATA_DATA[src]

impl Debug for FW_SOARING_DATA_DATA[src]

impl Default for FW_SOARING_DATA_DATA[src]

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

impl PartialEq<FW_SOARING_DATA_DATA> for FW_SOARING_DATA_DATA[src]

impl Serialize for FW_SOARING_DATA_DATA[src]

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