nmea_bwr.h
来自「the example file that can decode the NME」· C头文件 代码 · 共 23 行
H
23 行
#if (NMEA_INCLUDE_BWR == 1)#define NMEA_BWR_UTCTIME 0x041#define NMEA_BWR_WAYPOINTLATITUDE 0x042#define NMEA_BWR_NORTHSOUTH 0x043#define NMEA_BWR_WAYPOINTLONGITUDE 0x044#define NMEA_BWR_EASTWEST 0x045#define NMEA_BWR_BEARINGTRUE 0x046#define NMEA_BWR_TRUE 0x047#define NMEA_BWR_BEARINGMAGNETIC 0x048#define NMEA_BWR_MAGNETIC 0x049#define NMEA_BWR_NAUTICALMILES 0x04a#define NMEA_BWR_NAUTICALMILE 0x04b#define NMEA_BWR_WAYPOINTID 0x04cBOOL NMEA_ParseBWRSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);BOOL NMEA_CreateBWRSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?