rgps_debug.h
来自「open source for car navigation in linux」· C头文件 代码 · 共 12 行
H
12 行
#ifndef LC_RGPS_DEBUG# define LC_RGPS_DEBUGvoid vPrint_Debug_NMEA_Gga(GPS_PGga pGga);void vPrint_Debug_NMEA_Rmc(GPS_PRmc pRmc);void vPrint_Debug_NMEA_Rmm(GPS_PRmm pRmm);void vPrint_Debug_DataPos(RGPS_dataMsg *pDataPos, const char *stModule);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?