pub type GpsInjectData = GpsInjectData;Expand description
Originally defined in common::messages::gps_inject_data.
Aliased Type§
pub struct GpsInjectData {
pub target_system: u8,
pub target_component: u8,
pub len: u8,
pub data: [u8; 110],
}Fields§
§target_system: u8MAVLink field target_system.
System ID
target_component: u8MAVLink field target_component.
Component ID
len: u8MAVLink field len.
Data length
data: [u8; 110]MAVLink field data.
Raw data (110 is enough for 12 satellites of RTCMv2)