Struct mavlink::ardupilotmega::AIRSPEED_AUTOCAL_DATA
source · pub struct AIRSPEED_AUTOCAL_DATA {
pub vx: f32,
pub vy: f32,
pub vz: f32,
pub diff_pressure: f32,
pub EAS2TAS: f32,
pub ratio: f32,
pub state_x: f32,
pub state_y: f32,
pub state_z: f32,
pub Pax: f32,
pub Pby: f32,
pub Pcz: f32,
}
Available on crate feature
ardupilotmega
only.Expand description
id: 174 Airspeed auto-calibration..
Fields§
§vx: f32
GPS velocity north..
vy: f32
GPS velocity east..
vz: f32
GPS velocity down..
diff_pressure: f32
Differential pressure..
EAS2TAS: f32
Estimated to true airspeed ratio..
ratio: f32
Airspeed ratio..
state_x: f32
EKF state x..
state_y: f32
EKF state y..
state_z: f32
EKF state z..
Pax: f32
EKF Pax..
Pby: f32
EKF Pby..
Pcz: f32
EKF Pcz..
Implementations§
source§impl AIRSPEED_AUTOCAL_DATA
impl AIRSPEED_AUTOCAL_DATA
pub const ENCODED_LEN: usize = 48usize
pub const DEFAULT: Self = _
Trait Implementations§
source§impl Clone for AIRSPEED_AUTOCAL_DATA
impl Clone for AIRSPEED_AUTOCAL_DATA
source§fn clone(&self) -> AIRSPEED_AUTOCAL_DATA
fn clone(&self) -> AIRSPEED_AUTOCAL_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 AIRSPEED_AUTOCAL_DATA
impl Debug for AIRSPEED_AUTOCAL_DATA
source§impl Default for AIRSPEED_AUTOCAL_DATA
impl Default for AIRSPEED_AUTOCAL_DATA
source§impl<'de> Deserialize<'de> for AIRSPEED_AUTOCAL_DATA
impl<'de> Deserialize<'de> for AIRSPEED_AUTOCAL_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 AIRSPEED_AUTOCAL_DATA
impl MessageData for AIRSPEED_AUTOCAL_DATA
const ID: u32 = 174u32
const NAME: &'static str = "AIRSPEED_AUTOCAL"
const EXTRA_CRC: u8 = 167u8
const ENCODED_LEN: usize = 48usize
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 AIRSPEED_AUTOCAL_DATA
impl PartialEq for AIRSPEED_AUTOCAL_DATA
source§impl Serialize for AIRSPEED_AUTOCAL_DATA
impl Serialize for AIRSPEED_AUTOCAL_DATA
impl StructuralPartialEq for AIRSPEED_AUTOCAL_DATA
Auto Trait Implementations§
impl Freeze for AIRSPEED_AUTOCAL_DATA
impl RefUnwindSafe for AIRSPEED_AUTOCAL_DATA
impl Send for AIRSPEED_AUTOCAL_DATA
impl Sync for AIRSPEED_AUTOCAL_DATA
impl Unpin for AIRSPEED_AUTOCAL_DATA
impl UnwindSafe for AIRSPEED_AUTOCAL_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
)