pub type LogRequestData = LogRequestData;Expand description
Originally defined in common::messages::log_request_data.
Aliased Type§
struct LogRequestData {
pub target_system: u8,
pub target_component: u8,
pub id: u16,
pub ofs: u32,
pub count: u32,
}Fields§
§target_system: u8MAVLink field target_system.
System ID
target_component: u8MAVLink field target_component.
Component ID
id: u16MAVLink field id.
Log id (from LOG_ENTRY reply)
ofs: u32MAVLink field ofs.
Offset into the log
count: u32MAVLink field count.
Number of bytes