Struct novatel_oem6_api::VersionLog [−][src]
Log message containing version information
Fields
recv_status: ReceiverStatusFlags
Current status of receiver
time_status: u8
Validity of the time information
week: u16
GPS reference week
ms: i32
Milliseconds into GPS reference week
num_components: u32
Number of components present in this structure
components: Vec<Component>
Version information for each component present in the system
Methods
impl VersionLog
[src]
[−]
impl VersionLog
pub fn new(
recv_status: ReceiverStatusFlags,
time_status: u8,
week: u16,
ms: i32,
raw: Vec<u8>
) -> Option<Self>
[src]
[−]
pub fn new(
recv_status: ReceiverStatusFlags,
time_status: u8,
week: u16,
ms: i32,
raw: Vec<u8>
) -> Option<Self>
Convert a raw data buffer into a useable struct
Trait Implementations
impl Clone for VersionLog
[src]
[+]
impl Clone for VersionLog
impl Default for VersionLog
[src]
[+]
impl Default for VersionLog
impl Debug for VersionLog
[src]
[+]
impl Debug for VersionLog
impl PartialEq for VersionLog
[src]
[+]
impl PartialEq for VersionLog
Auto Trait Implementations
impl Send for VersionLog
impl Send for VersionLog
impl Sync for VersionLog
impl Sync for VersionLog