WXK
2025-03-12 3ec132c58bc4130f79390cebca35c176173cb67c
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
40
41
42
43
44
45
46
47
48
/*******************************************************************************
 * File Name         : NTRIPApp.h
 * Description       :
 * Created on        : 2022Äê3ÔÂ30ÈÕ
 * Author            : www.hido-studio.com
 *******************************************************************************/
 
#ifndef APL_NTRIPAPP_H_
#define APL_NTRIPAPP_H_
/*******************************************************************************
 *                              Include Files                                  *
 *******************************************************************************/
#include "HIDO_TypeDef.h"
 
/*******************************************************************************
 *                                  Macro                                      *
 *******************************************************************************/
 
/*******************************************************************************
 *                             Type Definition                                 *
 *******************************************************************************/
 
/*******************************************************************************
 *                             Global Function                                 *
 *******************************************************************************/
/*******************************************************************************
 * Function Name     : NTRIPApp_ReportGGA
 * Description       :
 * Input             :
 * Output            :
 * Return            :
 * Author            : www.hido-studio.com
 * Modified Date:    : 2022Äê3ÔÂ30ÈÕ
 *******************************************************************************/
HIDO_INT32 NTRIPApp_ReportGGA(HIDO_UINT8 *_pu8Data, HIDO_UINT32 _u32Len);
 
/*******************************************************************************
 * Function Name     : NTRIPApp_Init
 * Description       :
 * Input             :
 * Output            :
 * Return            :
 * Author            : www.hido-studio.com
 * Modified Date:    : 2022Äê3ÔÂ30ÈÕ
 *******************************************************************************/
HIDO_INT32 NTRIPApp_Init(void);
 
#endif /* APL_NTRIPAPP_H_ */