[][src]Struct mavlink::matrixpilot::SERIAL_UDB_EXTRA_F2_A_DATA

pub struct SERIAL_UDB_EXTRA_F2_A_DATA {
    pub sue_time: u32,
    pub sue_latitude: i32,
    pub sue_longitude: i32,
    pub sue_altitude: i32,
    pub sue_waypoint_index: u16,
    pub sue_rmat0: i16,
    pub sue_rmat1: i16,
    pub sue_rmat2: i16,
    pub sue_rmat3: i16,
    pub sue_rmat4: i16,
    pub sue_rmat5: i16,
    pub sue_rmat6: i16,
    pub sue_rmat7: i16,
    pub sue_rmat8: i16,
    pub sue_cog: u16,
    pub sue_sog: i16,
    pub sue_cpu_load: u16,
    pub sue_air_speed_3DIMU: u16,
    pub sue_estimated_wind_0: i16,
    pub sue_estimated_wind_1: i16,
    pub sue_estimated_wind_2: i16,
    pub sue_magFieldEarth0: i16,
    pub sue_magFieldEarth1: i16,
    pub sue_magFieldEarth2: i16,
    pub sue_svs: i16,
    pub sue_hdop: i16,
    pub sue_status: u8,
}

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

Fields

sue_time: u32

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_latitude: i32

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_longitude: i32

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_altitude: i32

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_waypoint_index: u16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_rmat0: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_rmat1: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_rmat2: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_rmat3: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_rmat4: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_rmat5: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_rmat6: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_rmat7: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_rmat8: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_cog: u16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_sog: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_cpu_load: u16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_air_speed_3DIMU: u16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_estimated_wind_0: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_estimated_wind_1: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_estimated_wind_2: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_magFieldEarth0: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_magFieldEarth1: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_magFieldEarth2: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_svs: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_hdop: i16

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

sue_status: u8

id: 170 Backwards compatible MAVLink version of SERIAL_UDB_EXTRA - F2: Format Part A.

Implementations

impl SERIAL_UDB_EXTRA_F2_A_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 SERIAL_UDB_EXTRA_F2_A_DATA[src]

impl Debug for SERIAL_UDB_EXTRA_F2_A_DATA[src]

impl Default for SERIAL_UDB_EXTRA_F2_A_DATA[src]

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

impl PartialEq<SERIAL_UDB_EXTRA_F2_A_DATA> for SERIAL_UDB_EXTRA_F2_A_DATA[src]

impl Serialize for SERIAL_UDB_EXTRA_F2_A_DATA[src]

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