[][src]Enum nmea::SentenceType

pub enum SentenceType {
    None,
    AAM,
    ABK,
    ACA,
    ACK,
    ACS,
    AIR,
    ALM,
    ALR,
    APA,
    APB,
    ASD,
    BEC,
    BOD,
    BWC,
    BWR,
    BWW,
    CUR,
    DBK,
    DBS,
    DBT,
    DCN,
    DPT,
    DSC,
    DSE,
    DSI,
    DSR,
    DTM,
    FSI,
    GBS,
    GGA,
    GLC,
    GLL,
    GMP,
    GNS,
    GRS,
    GSA,
    GST,
    GSV,
    GTD,
    GXA,
    HDG,
    HDM,
    HDT,
    HMR,
    HMS,
    HSC,
    HTC,
    HTD,
    LCD,
    LRF,
    LRI,
    LR1,
    LR2,
    LR3,
    MLA,
    MSK,
    MSS,
    MWD,
    MTW,
    MWV,
    OLN,
    OSD,
    ROO,
    RMA,
    RMB,
    RMC,
    ROT,
    RPM,
    RSA,
    RSD,
    RTE,
    SFI,
    SSD,
    STN,
    TLB,
    TLL,
    TRF,
    TTM,
    TUT,
    TXT,
    VBW,
    VDM,
    VDO,
    VDR,
    VHW,
    VLW,
    VPW,
    VSD,
    VTG,
    VWR,
    WCV,
    WNC,
    WPL,
    XDR,
    XTE,
    XTR,
    ZDA,
    ZDL,
    ZFO,
    ZTG,
}

NMEA sentence type General: OSD | Autopilot: APA | APB | ASD | Decca: DCN | D-GPS: MSK Echo: DBK | DBS | DBT | Radio: FSI | SFI | TLL Speed: VBW | VHW | VLW | GPS: ALM | GBS | GGA | GNS | GSA | GSV | Course: DPT | HDG | HDM | HDT | HSC | ROT | VDR | Loran-C: GLC | LCD | Machine: RPM | Navigation: RMA | RMB | RMC | Omega: OLN | Position: GLL | DTM Radar: RSD | TLL | TTM | Rudder: RSA | Temperature: MTW | Transit: GXA | RTF | Waypoints and tacks: AAM | BEC | BOD | BWC | BWR | BWW | ROO | RTE | VTG | WCV | WNC | WPL | XDR | XTE | XTR | Wind: MWV | VPW | VWR | Date and Time: GDT | ZDA | ZFO | ZTG |

Variants

None
AAM
ABK
ACA
ACK
ACS
AIR
ALM
ALR
APA
APB
ASD
BEC
BOD
BWC
BWR
BWW
CUR
DBK
DBS
DBT
DCN
DPT
DSC
DSE
DSI
DSR
DTM
FSI
GBS
GGA
GLC
GLL
GMP
GNS
GRS
GSA
GST
GSV
GTD
GXA
HDG
HDM
HDT
HMR
HMS
HSC
HTC
HTD
LCD
LRF
LRI
LR1
LR2
LR3
MLA
MSK
MSS
MWD
MTW
MWV
OLN
OSD
ROO
RMA
RMB
RMC
ROT
RPM
RSA
RSD
RTE
SFI
SSD
STN
TLB
TLL
TRF
TTM
TUT
TXT
VBW
VDM
VDO
VDR
VHW
VLW
VPW
VSD
VTG
VWR
WCV
WNC
WPL
XDR
XTE
XTR
ZDA
ZDL
ZFO
ZTG

Trait Implementations

impl Clone for SentenceType[src]

impl Debug for SentenceType[src]

impl Eq for SentenceType[src]

impl<'a> From<&'a str> for SentenceType[src]

impl Hash for SentenceType[src]

impl PartialEq<SentenceType> for SentenceType[src]

impl StructuralEq for SentenceType[src]

impl StructuralPartialEq for SentenceType[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.