pub type DebugVect = DebugVect;Expand description
Originally defined in common::messages::debug_vect.
Aliased Type§
pub struct DebugVect {
pub name: [u8; 10],
pub time_usec: u64,
pub x: f32,
pub y: f32,
pub z: f32,
}Fields§
§name: [u8; 10]MAVLink field name.
Name
time_usec: u64MAVLink field time_usec.
Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number.
x: f32MAVLink field x.
x
y: f32MAVLink field y.
y
z: f32MAVLink field z.
z