⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nmea_enums.h

📁 the example file that can decode the NMEA protocol
💻 H
字号:
#ifndef  _NMEAENUMS_H_#define  _NMEAENUMs_H_enum NMEAType /*lint !e753 local enum not referenced*/{#if (NMEA_INCLUDE_AAM == 1)    AAM,#endif#if (NMEA_INCLUDE_ALM == 1)    ALM,#endif#if (NMEA_INCLUDE_APA == 1)    APA,#endif#if (NMEA_INCLUDE_APB == 1)    APB,#endif#if (NMEA_INCLUDE_ASD == 1)    ASD,#endif#if (NMEA_INCLUDE_BEC == 1)    BEC,#endif#if (NMEA_INCLUDE_BOD == 1)    BOD,#endif#if (NMEA_INCLUDE_BWC == 1)    BWC,#endif#if (NMEA_INCLUDE_BWR == 1)    BWR,#endif#if (NMEA_INCLUDE_BWW == 1)    BWW,#endif#if (NMEA_INCLUDE_DBK == 1)    DBK,#endif#if (NMEA_INCLUDE_DBS == 1)    DBS,#endif#if (NMEA_INCLUDE_DBT == 1)    DBT,#endif#if (NMEA_INCLUDE_DCN == 1)    DCN,#endif#if (NMEA_INCLUDE_DPT == 1)    DPT,#endif#if (NMEA_INCLUDE_FSI == 1)    FSI,#endif#if (NMEA_INCLUDE_GGA == 1)    GGA,#endif#if (NMEA_INCLUDE_GLC == 1)    GLC,#endif#if (NMEA_INCLUDE_GLL == 1)    GLL,#endif#if (NMEA_INCLUDE_GSA == 1)    GSA,#endif#if (NMEA_INCLUDE_GSV == 1)    GSV,#endif#if (NMEA_INCLUDE_GTD == 1)    GTD,#endif#if (NMEA_INCLUDE_GXA == 1)    GXA,#endif#if (NMEA_INCLUDE_HDG == 1)    HDG,#endif#if (NMEA_INCLUDE_HDM == 1)    HDM,#endif#if (NMEA_INCLUDE_HDT == 1)    HDT,#endif#if (NMEA_INCLUDE_HSC == 1)    HSC,#endif#if (NMEA_INCLUDE_LCD == 1)    LCD,#endif#if (NMEA_INCLUDE_MTW == 1)    MTW,#endif#if (NMEA_INCLUDE_MWV == 1)    MWV,#endif#if (NMEA_INCLUDE_OLN == 1)    OLN,#endif#if (NMEA_INCLUDE_OSD == 1)    OSD,#endif#if (NMEA_INCLUDE_R00 == 1)    R00,#endif#if (NMEA_INCLUDE_RMA == 1)    RMA,#endif#if (NMEA_INCLUDE_RMB == 1)    RMB,#endif#if (NMEA_INCLUDE_RMC == 1)    RMC,#endif#if (NMEA_INCLUDE_ROT == 1)    ROT,#endif#if (NMEA_INCLUDE_RPM == 1)    RPM,#endif#if (NMEA_INCLUDE_RSA == 1)    RSA,#endif#if (NMEA_INCLUDE_RSD == 1)    RSD,#endif#if (NMEA_INCLUDE_RTE == 1)    RTE,#endif#if (NMEA_INCLUDE_SFI == 1)    SFI,#endif#if (NMEA_INCLUDE_STN == 1)    STN,#endif#if (NMEA_INCLUDE_TRF == 1)    TRF,#endif#if (NMEA_INCLUDE_TTM == 1)    TTM,#endif#if (NMEA_INCLUDE_VBW == 1)    VBW,#endif#if (NMEA_INCLUDE_VDR == 1)    VDR,#endif#if (NMEA_INCLUDE_VHW == 1)    VHW,#endif#if (NMEA_INCLUDE_VLW == 1)    VLW,#endif#if (NMEA_INCLUDE_VPW == 1)    VPW,#endif#if (NMEA_INCLUDE_VTG == 1)    VTG,#endif#if (NMEA_INCLUDE_VWR == 1)    VWR,#endif#if (NMEA_INCLUDE_WCV == 1)    WCV,#endif#if (NMEA_INCLUDE_WNC == 1)    WNC,#endif#if (NMEA_INCLUDE_WPL == 1)    WPL,#endif#if (NMEA_INCLUDE_XDR == 1)    XDR,#endif#if (NMEA_INCLUDE_XTE == 1)    XTE,#endif#if (NMEA_INCLUDE_XTR == 1)    XTR,#endif#if (NMEA_INCLUDE_ZDA == 1)    ZDA,#endif#if (NMEA_INCLUDE_ZFO == 1)    ZFO,#endif#if (NMEA_INCLUDE_ZTG == 1)    ZTG,#endif#if (NMEA_INCLUDE_DSC == 1)    DSC,#endif#if (NMEA_INCLUDE_DSE == 1)    DSE,#endif#if (NMEA_INCLUDE_DSI == 1)    DSI,#endif#if (NMEA_INCLUDE_DSR == 1)    DSR,#endif#if (NMEA_INCLUDE_DTM == 1)    DTM,#endif#if (NMEA_INCLUDE_GBS == 1)    GBS,#endif#if (NMEA_INCLUDE_GRS == 1)    GRS,#endif#if (NMEA_INCLUDE_GST == 1)    GST,#endif#if (NMEA_INCLUDE_MSK == 1)    MSK,#endif#if (NMEA_INCLUDE_MSS == 1)    MSS,#endif#if (NMEA_INCLUDE_MWD == 1)    MWD,#endif#if (NMEA_INCLUDE_TLL == 1)    TLL,#endif#if (NMEA_INCLUDE_WDC == 1)    WDC,#endif#if (NMEA_INCLUDE_WDR == 1)    WDR,#endif    NMEATypeMax};#endif /* _NMEA_ENUMS_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -