pub type LogData = LogData;Expand description
Originally defined in common::messages::log_data.
Aliased Type§
pub struct LogData {
pub id: u16,
pub ofs: u32,
pub count: u8,
pub data: [u8; 90],
}Fields§
§id: u16MAVLink field id.
Log id (from LOG_ENTRY reply)
ofs: u32MAVLink field ofs.
Offset into the log
count: u8MAVLink field count.
Number of bytes (zero for end of log)
data: [u8; 90]MAVLink field data.
log data