OWGridEye Library for Arduino  version: 1.0.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
grideye_api_lv3.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright(C) by 2015 Panasonic Corporation.
3  ******************************************************************************/
4 #ifndef __GRIDEYE_API_LV3_H
5 #define __GRIDEYE_API_LV3_H
6 
7 /*******************************************************************************
8  include file
9 *******************************************************************************/
10 #include "grideye_api_common.h"
13 
14 #ifdef __cplusplus
15 extern "C"{
16 /*******************************************************************************
17  public method definition
18 *******************************************************************************/
19 BOOL bAMG_PUB_ODT_Initialize( UCHAR, UCHAR, ULONG, USHORT );
20 BOOL bAMG_PUB_ODT_SetPrm( UCHAR, UCHAR );
21 BOOL bAMG_PUB_ODT_Execute( short*, short*, short*, UCHAR*, UCHAR*, USHORT* );
22 
23 BOOL bAMG_PUB_OTR_Initialize( UCHAR, UCHAR, UCHAR, UCHAR, UCHAR, ULONG, USHORT );
24 BOOL bAMG_PUB_OTR_SetPrm( UCHAR, short );
25 BOOL bAMG_PUB_OTR_Execute ( short*, short*, short*, UCHAR, UCHAR*, USHORT* );
26 BOOL bAMG_PUB_OTR_GetResultByLabel(UCHAR, UCHAR, short* );
27 BOOL bAMG_PUB_OTR_GetOutput( UCHAR*, UCHAR* );
28 BOOL bAMG_PUB_BGT_SetPrm(UCHAR, short );
29 void vAMG_PUB_BGT_UpdateBackTemp( USHORT, UCHAR*, short*, short* );
30 }
31 #endif /* extern "C" */
32 
33 #endif /* __GRIDEYE_API_LV3_H */
34 
35 /*******************************************************************************
36  * Copyright(C) by 2015 Panasonic Corporation.
37  ******************************************************************************/
38 
unsigned char UCHAR
Definition: grideye_api_common.h:12
unsigned short USHORT
Definition: grideye_api_common.h:13
unsigned char BOOL
Definition: grideye_api_common.h:11
unsigned long ULONG
Definition: grideye_api_common.h:14