![]() |
ISF
1.1
Intelligent Sensing Framework
|
#include <isf_sm_api.h>
Data Fields | |
uint8 | nSettingsToUse |
1 = current; 2=given; 3=best possible | |
uint8 | nFifoDepth |
1 = no FIFO, or another value < SM_MAX_FIFO_DEPTH | |
uint32 | nCurrentReportRate |
Sample period in microseconds. | |
uint8 | nCurrentResolution |
Expected sensor resolution. | |
uint8 | nRange |
Expected sensor dynamic range. | |
uint8 | nMode |
sensor specific mode |
Sensor configuration settings used when subscribing to sensor data.
Definition at line 143 of file isf_sm_api.h.
Sample period in microseconds.
Definition at line 149 of file isf_sm_api.h.
Expected sensor resolution.
Definition at line 151 of file isf_sm_api.h.
1 = no FIFO, or another value < SM_MAX_FIFO_DEPTH
Definition at line 147 of file isf_sm_api.h.
sensor specific mode
Definition at line 153 of file isf_sm_api.h.
Expected sensor dynamic range.
Definition at line 152 of file isf_sm_api.h.
1 = current; 2=given; 3=best possible
Definition at line 146 of file isf_sm_api.h.