nmea_bwc.h

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

H
23
字号
#if (NMEA_INCLUDE_BWC == 1)#define NMEA_BWC_UTCTIME   0x041#define NMEA_BWC_WAYPOINTLATITUDE   0x042#define NMEA_BWC_NORTHORSOUTH   0x043#define NMEA_BWC_WAYPOINTLONGITUDE   0x044#define NMEA_BWC_EASTORWEST   0x045#define NMEA_BWC_BEARINGTRUE   0x046#define NMEA_BWC_TRUE   0x047#define NMEA_BWC_BEARINGMAGNETIC   0x048#define NMEA_BWC_MAGNETIC   0x049#define NMEA_BWC_NAUTICALMILES   0x04a#define NMEA_BWC_NAUTICALMILE   0x04b#define NMEA_BWC_WAYPOINTID   0x04cBOOL NMEA_ParseBWCSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);BOOL NMEA_CreateBWCSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);#endif

⌨️ 快捷键说明

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