Struct novatel_oem6_api::VersionLog[][src]

pub struct VersionLog {
    pub recv_status: ReceiverStatusFlags,
    pub time_status: u8,
    pub week: u16,
    pub ms: i32,
    pub num_components: u32,
    pub components: Vec<Component>,
}
[]

Log message containing version information

Fields

[]

Current status of receiver

[]

Validity of the time information

[]

GPS reference week

[]

Milliseconds into GPS reference week

[]

Number of components present in this structure

[]

Version information for each component present in the system

Methods

impl VersionLog
[src]
[]

[]

Convert a raw data buffer into a useable struct

Trait Implementations

impl Clone for VersionLog
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Default for VersionLog
[src]
[+]

[]

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

impl Debug for VersionLog
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl PartialEq for VersionLog
[src]
[+]

[]

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

[]

This method tests for !=.

Auto Trait Implementations

impl Send for VersionLog

impl Sync for VersionLog