pub struct ICAROUS_KINEMATIC_BANDS_DATA {Show 16 fields
pub min1: f32,
pub max1: f32,
pub min2: f32,
pub max2: f32,
pub min3: f32,
pub max3: f32,
pub min4: f32,
pub max4: f32,
pub min5: f32,
pub max5: f32,
pub numBands: i8,
pub type1: IcarousTrackBandTypes,
pub type2: IcarousTrackBandTypes,
pub type3: IcarousTrackBandTypes,
pub type4: IcarousTrackBandTypes,
pub type5: IcarousTrackBandTypes,
}
Available on crate feature
ardupilotmega
only.Expand description
id: 42001 Kinematic multi bands (track) output from Daidalus.
Fields§
§min1: f32
min angle (degrees).
max1: f32
max angle (degrees).
min2: f32
min angle (degrees).
max2: f32
max angle (degrees).
min3: f32
min angle (degrees).
max3: f32
max angle (degrees).
min4: f32
min angle (degrees).
max4: f32
max angle (degrees).
min5: f32
min angle (degrees).
max5: f32
max angle (degrees).
numBands: i8
Number of track bands.
type1: IcarousTrackBandTypes
See the TRACK_BAND_TYPES enum..
type2: IcarousTrackBandTypes
See the TRACK_BAND_TYPES enum..
type3: IcarousTrackBandTypes
See the TRACK_BAND_TYPES enum..
type4: IcarousTrackBandTypes
See the TRACK_BAND_TYPES enum..
type5: IcarousTrackBandTypes
See the TRACK_BAND_TYPES enum..
Implementations§
source§impl ICAROUS_KINEMATIC_BANDS_DATA
impl ICAROUS_KINEMATIC_BANDS_DATA
pub const ENCODED_LEN: usize = 46usize
pub const DEFAULT: Self = _
Trait Implementations§
source§impl Clone for ICAROUS_KINEMATIC_BANDS_DATA
impl Clone for ICAROUS_KINEMATIC_BANDS_DATA
source§fn clone(&self) -> ICAROUS_KINEMATIC_BANDS_DATA
fn clone(&self) -> ICAROUS_KINEMATIC_BANDS_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 ICAROUS_KINEMATIC_BANDS_DATA
impl Debug for ICAROUS_KINEMATIC_BANDS_DATA
source§impl<'de> Deserialize<'de> for ICAROUS_KINEMATIC_BANDS_DATA
impl<'de> Deserialize<'de> for ICAROUS_KINEMATIC_BANDS_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 ICAROUS_KINEMATIC_BANDS_DATA
impl MessageData for ICAROUS_KINEMATIC_BANDS_DATA
const ID: u32 = 42_001u32
const NAME: &'static str = "ICAROUS_KINEMATIC_BANDS"
const EXTRA_CRC: u8 = 239u8
const ENCODED_LEN: usize = 46usize
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 ICAROUS_KINEMATIC_BANDS_DATA
impl PartialEq for ICAROUS_KINEMATIC_BANDS_DATA
source§fn eq(&self, other: &ICAROUS_KINEMATIC_BANDS_DATA) -> bool
fn eq(&self, other: &ICAROUS_KINEMATIC_BANDS_DATA) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ICAROUS_KINEMATIC_BANDS_DATA
Auto Trait Implementations§
impl Freeze for ICAROUS_KINEMATIC_BANDS_DATA
impl RefUnwindSafe for ICAROUS_KINEMATIC_BANDS_DATA
impl Send for ICAROUS_KINEMATIC_BANDS_DATA
impl Sync for ICAROUS_KINEMATIC_BANDS_DATA
impl Unpin for ICAROUS_KINEMATIC_BANDS_DATA
impl UnwindSafe for ICAROUS_KINEMATIC_BANDS_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
)