/*******************************************************************************
|
* File Name : AIR780ELoc.h
|
* Description :
|
* Created on : 2018Äê8ÔÂ5ÈÕ
|
* Author : ¶Å¼ü
|
*******************************************************************************/
|
|
#ifndef FML_AIR780E_LOC_H_
|
#define FML_AIR780E_LOC_H_
|
/*******************************************************************************
|
* Include Files *
|
*******************************************************************************/
|
#include "HIDO_TypeDef.h"
|
#include "HIDO_ATLite.h"
|
|
/*******************************************************************************
|
* Macro *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Type Definition *
|
*******************************************************************************/
|
|
/*******************************************************************************
|
* Global Function *
|
*******************************************************************************/
|
HIDO_INT32 AIR780ELoc_Get(HIDO_ATLiteDeviceStruct *_pstATDevice);
|
HIDO_INT32 AIR780ELoc_Poll(HIDO_ATLiteDeviceStruct *_pstATDevice);
|
|
#endif /* FML_AIR780E_LOC_H_ */
|