mavlink_gps_raw_int_t

Type Alias mavlink_gps_raw_int_t 

Source
pub type mavlink_gps_raw_int_t = __mavlink_gps_raw_int_t;

Aliased Type§

#[repr(C, packed(1))]
pub struct mavlink_gps_raw_int_t {
Show 15 fields pub time_usec: u64, pub lat: i32, pub lon: i32, pub alt: i32, pub eph: u16, pub epv: u16, pub vel: u16, pub cog: u16, pub fix_type: u8, pub satellites_visible: u8, pub alt_ellipsoid: i32, pub h_acc: u32, pub v_acc: u32, pub vel_acc: u32, pub hdg_acc: u32,
}

Fields§

§time_usec: u64§lat: i32§lon: i32§alt: i32§eph: u16§epv: u16§vel: u16§cog: u16§fix_type: u8§satellites_visible: u8§alt_ellipsoid: i32§h_acc: u32§v_acc: u32§vel_acc: u32§hdg_acc: u32