LogEntry

Type Alias LogEntry 

Source
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: u16

MAVLink field id.

Log id

§num_logs: u16

MAVLink field num_logs.

Total number of logs

§last_log_num: u16

MAVLink field last_log_num.

High log number

§time_utc: u32

MAVLink field time_utc.

UTC timestamp of log since 1970, or 0 if not available

§size: u32

MAVLink field size.

Size of the log (may be approximate)