Debug

Type Alias Debug 

Source
pub type Debug = Debug;
Expand description

Originally defined in common::messages::debug.

Aliased Type§

pub struct Debug {
    pub time_boot_ms: u32,
    pub ind: u8,
    pub value: f32,
}

Fields§

§time_boot_ms: u32

MAVLink field time_boot_ms.

Timestamp (time since system boot).

§ind: u8

MAVLink field ind.

index of debug variable

§value: f32

MAVLink field value.

DEBUG value