ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
isf_sensor_types.h
Go to the documentation of this file.
1 /**
2  * @file isf_sensor_types.h
3  *
4  * @brief The \b isf_sensor_types.h contains the enumerated list of sensor types used by ISF
5  *
6  * @copyright Copyright (c) 2015, Freescale Semiconductor, Inc.
7  */
8 
9 
10 #ifndef ISF_SENSOR_TYPES_H_
11 #define ISF_SENSOR_TYPES_H_
12 
13 
14 typedef enum {
16 
17  // Accelerometer Types
21 
22  // Magnetometer Types
26 
27  // Gyrometer Types
31 
32  //Orientation Sensor Types
37 
38  //Thermometer Types
40 
41  //Pressure Sensor Types
46 
47  //Motion Sensors
49 
50  //Activity Sensors (700)
51  //Posture Sensors (800)
52  //Environmental Sensors (900)
53  //Biometric Sensors (1000)
54  //Electrical Sensors (1100)
55  //Light Sensors (1200)
56  //Location Sensors (1300)
57  //Mechanical Sensors (1400)
58 
60 
61 typedef enum {
62 
64 
65  //Metadata
67 
68  // Accelerometer Data Types
76 
77  // Magnetometer Data Types
81 
82  // Gyrometer Data Types
86 
87  // Orientation Data Types
93 
94  // Temperature Data Types
96 
97  //Pressure Data Types
100 
102 
103 
104 
105 #endif /* ISF_SENSOR_TYPES_H_ */
isf_SensorTypes_t
isf_SensorDataTypes_t