Enum novatel_oem6_api::Log [−][src]
pub enum Log { BestXYZ(BestXYZLog), RxStatusEvent(RxStatusEventLog), Version(VersionLog), }
Supported log messages
Variants
BestXYZ(BestXYZLog)
Best available position and velocity in ECEF coordinates
RxStatusEvent(RxStatusEventLog)
Event and/or error message
Version(VersionLog)
System version information
Methods
impl Log
[src]
impl Log
pub fn new(
id: MessageID,
recv_status: ReceiverStatusFlags,
time_status: u8,
week: u16,
ms: i32,
raw: Vec<u8>
) -> Option<Log>
[src]
pub fn new(
id: MessageID,
recv_status: ReceiverStatusFlags,
time_status: u8,
week: u16,
ms: i32,
raw: Vec<u8>
) -> Option<Log>
Convert a raw data buffer into a useable struct
Trait Implementations
impl Clone for Log
[src]
impl Clone for Log
fn clone(&self) -> Log
[src]
fn clone(&self) -> Log
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for Log
[src]
impl Debug for Log
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Log
[src]
impl PartialEq for Log