[][src]Struct mavlink::uavionix::UAVIONIX_ADSB_OUT_CFG_DATA

pub struct UAVIONIX_ADSB_OUT_CFG_DATA {
    pub ICAO: u32,
    pub stallSpeed: u16,
    pub callsign: [char; 9],
    pub emitterType: AdsbEmitterType,
    pub aircraftSize: UavionixAdsbOutCfgAircraftSize,
    pub gpsOffsetLat: UavionixAdsbOutCfgGpsOffsetLat,
    pub gpsOffsetLon: UavionixAdsbOutCfgGpsOffsetLon,
    pub rfSelect: UavionixAdsbOutRfSelect,
}

id: 10001 Static data to configure the ADS-B transponder (send within 10 sec of a POR and every 10 sec thereafter).

Fields

ICAO: u32

id: 10001 Static data to configure the ADS-B transponder (send within 10 sec of a POR and every 10 sec thereafter).

stallSpeed: u16

id: 10001 Static data to configure the ADS-B transponder (send within 10 sec of a POR and every 10 sec thereafter).

callsign: [char; 9]

id: 10001 Static data to configure the ADS-B transponder (send within 10 sec of a POR and every 10 sec thereafter).

emitterType: AdsbEmitterType

id: 10001 Static data to configure the ADS-B transponder (send within 10 sec of a POR and every 10 sec thereafter).

aircraftSize: UavionixAdsbOutCfgAircraftSize

id: 10001 Static data to configure the ADS-B transponder (send within 10 sec of a POR and every 10 sec thereafter).

gpsOffsetLat: UavionixAdsbOutCfgGpsOffsetLat

id: 10001 Static data to configure the ADS-B transponder (send within 10 sec of a POR and every 10 sec thereafter).

gpsOffsetLon: UavionixAdsbOutCfgGpsOffsetLon

id: 10001 Static data to configure the ADS-B transponder (send within 10 sec of a POR and every 10 sec thereafter).

rfSelect: UavionixAdsbOutRfSelect

id: 10001 Static data to configure the ADS-B transponder (send within 10 sec of a POR and every 10 sec thereafter).

Implementations

impl UAVIONIX_ADSB_OUT_CFG_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 UAVIONIX_ADSB_OUT_CFG_DATA[src]

impl Debug for UAVIONIX_ADSB_OUT_CFG_DATA[src]

impl Default for UAVIONIX_ADSB_OUT_CFG_DATA[src]

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

impl PartialEq<UAVIONIX_ADSB_OUT_CFG_DATA> for UAVIONIX_ADSB_OUT_CFG_DATA[src]

impl Serialize for UAVIONIX_ADSB_OUT_CFG_DATA[src]

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