1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*******************************************************************************
 * File Name         : APL.h
 * Description       :
 * Created on        : 2018Äê5ÔÂ8ÈÕ
 * Author            : ¶Å¼ü
 *******************************************************************************/
 
#ifndef APL_APL_H_
#define APL_APL_H_
/*******************************************************************************
 *                              Include Files                                  *
 *******************************************************************************/
#include "HIDO_TypeDef.h"
 
/*******************************************************************************
 *                                  Macro                                      *
 *******************************************************************************/
 
/*******************************************************************************
 *                             Type Definition                                 *
 *******************************************************************************/
 
/*******************************************************************************
 *                             Global Function                                 *
 *******************************************************************************/
void UWB_ymodem_Upload(void);
void APL_Init(void);
void APL_Poll(void);
typedef enum
{
    RTCMMODE_NONE,
    RTCMMODE_TCP,
    RTCMMODE_NTRIP,
}RTCMMode;
#define GAOJINGDU
//#define F9P
#define UWB_MODE
#define TCP_RTCM
#endif /* APL_APL_H_ */