Struct mavlink::ualberta::ADSB_VEHICLE_DATA
source · pub struct ADSB_VEHICLE_DATA {}
Available on crate feature
ualberta
only.Expand description
id: 246 The location and information of an ADSB vehicle.
Fields§
§ICAO_address: u32
ICAO address.
lat: i32
Latitude.
lon: i32
Longitude.
altitude: i32
Altitude(ASL).
heading: u16
Course over ground.
hor_velocity: u16
The horizontal velocity.
ver_velocity: i16
The vertical velocity. Positive is up.
flags: AdsbFlags
Bitmap to indicate various statuses including valid data fields.
squawk: u16
Squawk code.
altitude_type: AdsbAltitudeType
ADSB altitude type..
callsign: [u8; 9]
The callsign, 8+null.
emitter_type: AdsbEmitterType
ADSB emitter type..
tslc: u8
Time since last communication in seconds.
Implementations§
source§impl ADSB_VEHICLE_DATA
impl ADSB_VEHICLE_DATA
pub const ENCODED_LEN: usize = 38usize
pub const DEFAULT: Self = _
Trait Implementations§
source§impl Clone for ADSB_VEHICLE_DATA
impl Clone for ADSB_VEHICLE_DATA
source§fn clone(&self) -> ADSB_VEHICLE_DATA
fn clone(&self) -> ADSB_VEHICLE_DATA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ADSB_VEHICLE_DATA
impl Debug for ADSB_VEHICLE_DATA
source§impl Default for ADSB_VEHICLE_DATA
impl Default for ADSB_VEHICLE_DATA
source§impl<'de> Deserialize<'de> for ADSB_VEHICLE_DATA
impl<'de> Deserialize<'de> for ADSB_VEHICLE_DATA
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl MessageData for ADSB_VEHICLE_DATA
impl MessageData for ADSB_VEHICLE_DATA
const ID: u32 = 246u32
const NAME: &'static str = "ADSB_VEHICLE"
const EXTRA_CRC: u8 = 184u8
const ENCODED_LEN: usize = 38usize
type Message = MavMessage
fn deser(_version: MavlinkVersion, __input: &[u8]) -> Result<Self, ParserError>
fn ser(&self, version: MavlinkVersion, bytes: &mut [u8]) -> usize
source§impl PartialEq for ADSB_VEHICLE_DATA
impl PartialEq for ADSB_VEHICLE_DATA
source§impl Serialize for ADSB_VEHICLE_DATA
impl Serialize for ADSB_VEHICLE_DATA
impl StructuralPartialEq for ADSB_VEHICLE_DATA
Auto Trait Implementations§
impl Freeze for ADSB_VEHICLE_DATA
impl RefUnwindSafe for ADSB_VEHICLE_DATA
impl Send for ADSB_VEHICLE_DATA
impl Sync for ADSB_VEHICLE_DATA
impl Unpin for ADSB_VEHICLE_DATA
impl UnwindSafe for ADSB_VEHICLE_DATA
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)