Type Alias mavio::dialects::all::messages::DebugVect

source ·
pub type DebugVect = DebugVect;
Expand description

Originally defined in common::messages::debug_vect.

Aliased Type§

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: u64

MAVLink 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: f32

MAVLink field x.

x

§y: f32

MAVLink field y.

y

§z: f32

MAVLink field z.

z