mavlink_attitude_quaternion_t

Type Alias mavlink_attitude_quaternion_t 

Source
pub type mavlink_attitude_quaternion_t = __mavlink_attitude_quaternion_t;

Aliased Type§

#[repr(C, packed(1))]
pub struct mavlink_attitude_quaternion_t { pub time_boot_ms: u32, pub q1: f32, pub q2: f32, pub q3: f32, pub q4: f32, pub rollspeed: f32, pub pitchspeed: f32, pub yawspeed: f32, }

Fields§

§time_boot_ms: u32§q1: f32§q2: f32§q3: f32§q4: f32§rollspeed: f32§pitchspeed: f32§yawspeed: f32