nmea_bec.h

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

H
23
字号
#if (NMEA_INCLUDE_BEC == 1)#define NMEA_BEC_UTCTIME   0x041#define NMEA_BEC_WAYPOINTLATITUDE   0x042#define NMEA_BEC_NORTHORSOUTH   0x043#define NMEA_BEC_WAYPOINTLONGITUDE   0x044#define NMEA_BEC_EASTORWEST   0x045#define NMEA_BEC_BEARING   0x046#define NMEA_BEC_TRUE   0x047#define NMEA_BEC_BEARINGMAGNETIC   0x048#define NMEA_BEC_MAGNETIC   0x049#define NMEA_BEC_NAUTICALMILES   0x04a#define NMEA_BEC_MILESNAUTICAL   0x04b#define NMEA_BEC_WAYPOINTID   0x04cBOOL NMEA_ParseBECSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);BOOL NMEA_CreateBECSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);#endif

⌨️ 快捷键说明

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