[−][src]Enum novatel_oem6_api::Log
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][−]
pub fn new(
id: MessageID,
recv_status: ReceiverStatusFlags,
time_status: u8,
week: u16,
ms: i32,
raw: Vec<u8>
) -> Option<Log>
[src][−]
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
Auto Trait Implementations
impl Unpin for Log
impl Sync for Log
impl Send for Log
impl UnwindSafe for Log
impl RefUnwindSafe for Log
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,