Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
qaGobiApiTs.h
Go to the documentation of this file.
1 
9 /*
10  * Copyright: © 2011-2020 Sierra Wireless, Inc. all rights reserved
11  */
12 #ifndef __GOBI_API_TS_H__
13 #define __GOBI_API_TS_H__
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 #define MAX_SENSOR_LIST_LEN 255
19 #define MAX_SENSOR_ID_LEN 255
20 
34 typedef struct
35 {
36  BYTE sensorIdLen;
37  CHAR sensorId[MAX_SENSOR_ID_LEN];
38 }sensorId;
39 
56 typedef struct
57 {
58  BYTE *pSensorListLen;
59  sensorId *pSensorList;
61 
84 typedef struct
85 {
86  sensorId sensor;
87  BYTE curTempReport;
88  FLOAT * pHighThresTemp;
89  FLOAT * pLowThresTemp;
90  ULONG * pSeqNum;
92 
93 #ifdef __cplusplus
94 } /* extern "C" { */
95 #endif
96 
97 #endif /* __GOBI_API_TS_H__ */
Definition: qaGobiApiTs.h:34
Definition: qaGobiApiTs.h:56
Definition: qaGobiApiTs.h:84