/*******************************************************************************
|
* File Name : RTKClient.h
|
* Description :
|
* Created on : 2021Äê1ÔÂ9ÈÕ
|
* Author : www.hido-studio.com
|
*******************************************************************************/
|
|
#ifndef APL_RTKClient_H_
|
#define APL_RTKClient_H_
|
/*******************************************************************************
|
* Include Files *
|
*******************************************************************************/
|
#include "HIDO_TYpeDef.h"
|
|
/*******************************************************************************
|
* Macro *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Type Definition *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Local Variable *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Local Function Declaration *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Local Function *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Function Name :
|
* Description :
|
* Input :
|
* Output :
|
* Return :
|
* Author : www.hido-studio.com
|
* Modified Date: : 2021?1?9?
|
*******************************************************************************/
|
HIDO_INT32 RTKClient_Poll(void);
|
|
/*******************************************************************************
|
* Function Name : RTKClient_Data
|
* Description :
|
* Input : None
|
* Output : None
|
* Return : HIDO_OK ??,HIDO_ERR ??
|
* Author : www.hido-studio.com
|
* Modified Date: : 2021?1?9?
|
*******************************************************************************/
|
HIDO_INT32 RTKClient_Data(HIDO_UINT8 *_pu8Data, HIDO_UINT32 _u32Len);
|
|
/*******************************************************************************
|
* Function Name : RTKClient_Init
|
* Description :
|
* Input : None
|
* Output : None
|
* Return :
|
* Author : www.hido-studio.com
|
* Modified Date: : 2021?1?9?
|
*******************************************************************************/
|
HIDO_INT32 RTKClient_Init(void);
|
|
#endif /* APL_RTKClient_H_ */
|