#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | SensorAssertionInfo |
| Assert information structure. More... | |
Macros | |
| #define | SENSOR_NOERROR 0x00 |
| #define | SENSOR_ILLEGALSTATE 0x01 |
| #define | SENSOR_DUMPINIT_ERROR 0x10 |
| #define | SENSOR_INVALIDSENSORTYPE 0x11 |
| #define | SENSOR_PROCESSMODE_ERROR 0x19 |
| #define | SENSOR_INVALIDEVENTTYPE 0x1A |
| #define | SENSOR_QUEUEFULL_ERROR 0x90 |
| #define | SENSOR_QUEUEEMPTY_ERROR 0x91 |
| #define | SENSOR_QUEUEPOP_ERROR 0x92 |
| #define | SENSOR_QUEUEPUSH_ERROR 0x93 |
| #define | SENSOR_RESORCEBUSY_ERROR 0x94 |
| #define | SENSOR_CPUFIFOSEND_ERROR 0x95 |
| #define | SENSOR_INVALIDARG 0xA0 |
| #define | SENSOR_INVALIDCOMMANDID 0xA1 |
| #define | SENSOR_NOTUPDATE 0xA2 |
| #define | SENSOR_TIMESTAMPDISCONTINUOUS 0xA3 |
| #define | SENSOR_ASSERTIONFAIL 0xA4 |
Typedefs | |
| typedef unsigned char | SensorErrorCode |