nmea_vdr.h
来自「the example file that can decode the NME」· C头文件 代码 · 共 17 行
H
17 行
#if (NMEA_INCLUDE_VDR == 1)#define NMEA_VDR_DEGRESSTRUE 0x041#define NMEA_VDR_TRUE 0x042#define NMEA_VDR_DEGREESMAGNETIC 0x043#define NMEA_VDR_MAGNETIC 0x044#define NMEA_VDR_KNOTSSPEEDOFCURRENT 0x045#define NMEA_VDR_KNOTS 0x046BOOL NMEA_ParseVDRSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);BOOL NMEA_CreateVDRSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?