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: u32MAVLink field time_boot_ms.
Timestamp (time since system boot).
last_change_ms: u32MAVLink field last_change_ms.
Time of last change of button state.
state: u8MAVLink field state.
Bitmap for state of buttons.