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