LogData

Type Alias LogData 

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

MAVLink field id.

Log id (from LOG_ENTRY reply)

§ofs: u32

MAVLink field ofs.

Offset into the log

§count: u8

MAVLink field count.

Number of bytes (zero for end of log)

§data: [u8; 90]

MAVLink field data.

log data