WXK
2024-12-25 562254e0f3c501306147bd88807596ee51c0390e
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
/*******************************************************************************
 * 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_ */