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

📄 nmea_dcn.h

📁 the example file that can decode the NMEA protocol
💻 H
字号:
#if (NMEA_INCLUDE_DCN == 1)#define NMEA_DCN_DECCACHAINIDENTIFIER   0x041#define NMEA_DCN_REDZONEIDENTIFIER   0x042#define NMEA_DCN_REDLINEOFPOSITION   0x043#define NMEA_DCN_REDMASTERLINESTATUS   0x044#define NMEA_DCN_GREENZONEIDENTIFIER   0x045#define NMEA_DCN_GREENLINEOFPOSITION   0x046#define NMEA_DCN_GREENMASTERLINESTATUS   0x047#define NMEA_DCN_PURPLEZONEIDENTIFIER   0x048#define NMEA_DCN_PURPLELINEOFPOSITION   0x049#define NMEA_DCN_PURPLEMASTERLINESTATUS   0x04a#define NMEA_DCN_REDLINENAVIGATIONUSE   0x04b#define NMEA_DCN_GREENLINENAVIGATIONUSE   0x04c#define NMEA_DCN_PURPLELINENAVIGATIONUSE   0x04d#define NMEA_DCN_POSITIONUNCERTAINITY   0x04e#define NMEA_DCN_NAUTICALMILES   0x04f#define NMEA_DCN_FIXDATABASIS   0x0410BOOL NMEA_ParseDCNSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);BOOL NMEA_CreateDCNSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);#endif

⌨️ 快捷键说明

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