RemoteLogDataBlock

Type Alias RemoteLogDataBlock 

Source
pub type RemoteLogDataBlock = RemoteLogDataBlock;
Expand description

Aliased Type§

pub struct RemoteLogDataBlock {
    pub target_system: u8,
    pub target_component: u8,
    pub seqno: MavRemoteLogDataBlockCommands,
    pub data: [u8; 200],
}

Fields§

§target_system: u8

MAVLink field target_system.

System ID.

§target_component: u8

MAVLink field target_component.

Component ID.

§seqno: MavRemoteLogDataBlockCommands

MAVLink field seqno.

Log data block sequence number.

§data: [u8; 200]

MAVLink field data.

Log data block.