[][src]Enum novatel_oem6_api::Log

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]

pub fn new(
    id: MessageID,
    recv_status: ReceiverStatusFlags,
    time_status: u8,
    week: u16,
    ms: i32,
    raw: Vec<u8>
) -> Option<Log>
[src]

Convert a raw data buffer into a useable struct

Trait Implementations

impl Clone for Log[src]

impl PartialEq<Log> for Log[src]

impl Debug for Log[src]

Auto Trait Implementations

impl Send for Log

impl Unpin for Log

impl Sync for Log

impl UnwindSafe for Log

impl RefUnwindSafe for Log

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]