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

Trait Implementations

impl Debug for RTKData
[src]

Formats the value using the given formatter.

impl Copy for RTKData
[src]

impl Clone for RTKData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RTKData
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for RTKData
[src]

Returns the "default value" for a type. Read more

impl FromBytes for RTKData
[src]

impl Display for RTKData
[src]

Formats the value using the given formatter. Read more