pub type RemoteLogBlockStatus = RemoteLogBlockStatus;Expand description
Originally defined in ardupilotmega::messages::remote_log_block_status.
Aliased Type§
struct RemoteLogBlockStatus {
pub target_system: u8,
pub target_component: u8,
pub seqno: u32,
pub status: MavRemoteLogDataBlockStatuses,
}Fields§
§target_system: u8MAVLink field target_system.
System ID.
target_component: u8MAVLink field target_component.
Component ID.
seqno: u32MAVLink field seqno.
Log data block sequence number.
status: MavRemoteLogDataBlockStatusesMAVLink field status.
Log data block status.