Struct open_protocol::types::RTKData
[−]
[src]
pub struct RTKData {
pub date: u32,
pub time: u32,
pub longitude: f64,
pub latitude: f64,
pub amsl: f32,
pub velocity_north: f32,
pub velocity_east: f32,
pub velocity_down: f32,
pub yaw: i16,
pub pos_flag: u8,
pub yaw_flag: u8,
}Fields
date: u32
time: u32
longitude: f64
latitude: f64
amsl: f32
velocity_north: f32
velocity_east: f32
velocity_down: f32
yaw: i16
pos_flag: u8
yaw_flag: u8
Trait Implementations
impl Debug for RTKData[src]
impl Copy for RTKData[src]
impl Clone for RTKData[src]
fn clone(&self) -> RTKData
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for RTKData[src]
fn eq(&self, __arg_0: &RTKData) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RTKData) -> bool
This method tests for !=.