/*******************************************************************************
|
* 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_ */
|