pub type LogEntry = LogEntry;Expand description
Originally defined in common::messages::log_entry.
Aliased Type§
pub struct LogEntry {
pub id: u16,
pub num_logs: u16,
pub last_log_num: u16,
pub time_utc: u32,
pub size: u32,
}Fields§
§id: u16MAVLink field id.
Log id
num_logs: u16MAVLink field num_logs.
Total number of logs
last_log_num: u16MAVLink field last_log_num.
High log number
time_utc: u32MAVLink field time_utc.
UTC timestamp of log since 1970, or 0 if not available
size: u32MAVLink field size.
Size of the log (may be approximate)