Type Alias LogRequestData

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

MAVLink field target_system.

System ID

§target_component: u8

MAVLink field target_component.

Component ID

§id: u16

MAVLink field id.

Log id (from LOG_ENTRY reply)

§ofs: u32

MAVLink field ofs.

Offset into the log

§count: u32

MAVLink field count.

Number of bytes