pub type LoggingAck = LoggingAck;Expand description
Originally defined in common::messages::logging_ack.
Aliased Type§
pub struct LoggingAck {
pub target_system: u8,
pub target_component: u8,
pub sequence: u16,
}Fields§
§target_system: u8MAVLink field target_system.
system ID of the target
target_component: u8MAVLink field target_component.
component ID of the target
sequence: u16MAVLink field sequence.
sequence number (must match the one in LOGGING_DATA_ACKED)