ButtonChange

Type Alias ButtonChange 

Source
pub type ButtonChange = ButtonChange;
Expand description

Originally defined in common::messages::button_change.

Aliased Type§

pub struct ButtonChange {
    pub time_boot_ms: u32,
    pub last_change_ms: u32,
    pub state: u8,
}

Fields§

§time_boot_ms: u32

MAVLink field time_boot_ms.

Timestamp (time since system boot).

§last_change_ms: u32

MAVLink field last_change_ms.

Time of last change of button state.

§state: u8

MAVLink field state.

Bitmap for state of buttons.