📄 gpsdrv.h
字号:
/****************************************************************
** *
** FILE : GpsDrv.H *
** COPYRIGHT : (c) 2001 .Xiamen Yaxon NetWork CO.LTD *
** *
** *
** By : CCH 2002.1.15 *
****************************************************************/
#ifndef DEF_GPSDRV
#ifndef GPSDRV_GLOBALS
#define GPSDRV_EXT extern
#else
#define GPSDRV_EXT
#endif
/*
********************************************************************************
* DEFINE CONFIG PARAMETERS
********************************************************************************
*/
#define SIZE_GPRMC 100
GPSDRV_EXT INT8U MSG_GPRMC[SIZE_GPRMC];
void InitGpsDrv(void);
void ResetGps(void);
void SleepGps(void);
void WakeupGps(void);
void ApplyGps(void);
void ReleaseGps(void);
BOOLEAN GpsIsApplied(void);
BOOLEAN GpsIsNormal(void);
BOOLEAN GpsIsSleep(void);
BOOLEAN GpsIsWorking(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -