nmea_rmb.h
来自「the example file that can decode the NME」· C头文件 代码 · 共 24 行
H
24 行
#if (NMEA_INCLUDE_RMB == 1)#define NMEA_RMB_STATUSNAVIGATIONRECEIVERWARNING 0x041#define NMEA_RMB_CROSSTRACKERROR 0x042#define NMEA_RMB_DIRECTIONTOSTEER 0x043#define NMEA_RMB_TOWAYPOINTID 0x044#define NMEA_RMB_FROMWAYPOINTID 0x045#define NMEA_RMB_DESTINATIONWAYPOINTLATITUDE 0x046#define NMEA_RMB_NORHTORSOUTH 0x047#define NMEA_RMB_DESTINATIONWAYPOINTLONGITUDE 0x048#define NMEA_RMB_EASTORWEST 0x049#define NMEA_RMB_RANGETODESTINATION 0x04a#define NMEA_RMB_BEARINGTODESTINATION 0x04b#define NMEA_RMB_DESTINATIONCLOSINGVELOCITY 0x04c#define NMEA_RMB_ARRIVALSTATUSARRIVALCIRCLEENTERED 0x04dBOOL NMEA_ParseRMBSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);BOOL NMEA_CreateRMBSentence(CHAR * sentence, struct NMEAObject_t * NMEAObject, UINT32 * flags);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?