nmea_vpw.h

来自「the example file that can decode the NME」· C头文件 代码 · 共 15 行

H
15
字号
#if (NMEA_INCLUDE_VPW == 1)#define NMEA_VPW_SPEEDKNOTS   0x041#define NMEA_VPW_KNOTS   0x042#define NMEA_VPW_SPEEDMETERSPERSECOND   0x043#define NMEA_VPW_METERSPERSECOND   0x044BOOL NMEA_ParseVPWSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);BOOL NMEA_CreateVPWSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);#endif

⌨️ 快捷键说明

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