Struct mavlink::ardupilotmega::AHRS3_DATA
source · pub struct AHRS3_DATA {
pub roll: f32,
pub pitch: f32,
pub yaw: f32,
pub altitude: f32,
pub lat: i32,
pub lng: i32,
pub v1: f32,
pub v2: f32,
pub v3: f32,
pub v4: f32,
}
Available on crate feature
ardupilotmega
only.Expand description
id: 182 Status of third AHRS filter if available. This is for ANU research group (Ali and Sean)..
Fields§
§roll: f32
Roll angle..
pitch: f32
Pitch angle..
yaw: f32
Yaw angle..
altitude: f32
Altitude (MSL)..
lat: i32
Latitude..
lng: i32
Longitude..
v1: f32
Test variable1..
v2: f32
Test variable2..
v3: f32
Test variable3..
v4: f32
Test variable4..
Implementations§
source§impl AHRS3_DATA
impl AHRS3_DATA
pub const ENCODED_LEN: usize = 40usize
pub const DEFAULT: Self = _
Trait Implementations§
source§impl Clone for AHRS3_DATA
impl Clone for AHRS3_DATA
source§fn clone(&self) -> AHRS3_DATA
fn clone(&self) -> AHRS3_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 AHRS3_DATA
impl Debug for AHRS3_DATA
source§impl Default for AHRS3_DATA
impl Default for AHRS3_DATA
source§impl<'de> Deserialize<'de> for AHRS3_DATA
impl<'de> Deserialize<'de> for AHRS3_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 AHRS3_DATA
impl MessageData for AHRS3_DATA
const ID: u32 = 182u32
const NAME: &'static str = "AHRS3"
const EXTRA_CRC: u8 = 229u8
const ENCODED_LEN: usize = 40usize
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 AHRS3_DATA
impl PartialEq for AHRS3_DATA
source§impl Serialize for AHRS3_DATA
impl Serialize for AHRS3_DATA
impl StructuralPartialEq for AHRS3_DATA
Auto Trait Implementations§
impl Freeze for AHRS3_DATA
impl RefUnwindSafe for AHRS3_DATA
impl Send for AHRS3_DATA
impl Sync for AHRS3_DATA
impl Unpin for AHRS3_DATA
impl UnwindSafe for AHRS3_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
)