📄 nmea_bwc.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -