Struct open_protocol::types::GPSData [] [src]

pub struct GPSData {
    pub date: u32,
    pub time: u32,
    pub longitude: i32,
    pub latitude: i32,
    pub amsl: i32,
    pub velocity_north: f32,
    pub velocity_east: f32,
    pub velocity_down: f32,
    pub hdop: f32,
    pub pdop: f32,
    pub fix: f32,
    pub gnss_status: f32,
    pub hacc: f32,
    pub sacc: f32,
    pub used_gps: u32,
    pub used_gln: u32,
    pub nsv: u16,
    pub gps_counter: u16,
}

Fields

Trait Implementations

impl Debug for GPSData
[src]

Formats the value using the given formatter.

impl Copy for GPSData
[src]

impl Clone for GPSData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GPSData
[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 GPSData
[src]

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

impl FromBytes for GPSData
[src]

impl Display for GPSData
[src]

Formats the value using the given formatter. Read more