pub type RemoteLogDataBlock = RemoteLogDataBlock;Expand description
Originally defined in ardupilotmega::messages::remote_log_data_block.
Aliased Type§
struct RemoteLogDataBlock {
pub target_system: u8,
pub target_component: u8,
pub seqno: MavRemoteLogDataBlockCommands,
pub data: [u8; 200],
}Fields§
§target_system: u8MAVLink field target_system.
System ID.
target_component: u8MAVLink field target_component.
Component ID.
seqno: MavRemoteLogDataBlockCommandsMAVLink field seqno.
Log data block sequence number.
data: [u8; 200]MAVLink field data.
Log data block.