Ilmsens HAL API
1.1.1
A cross-platform C-library for interfacing m:explore UWB-sensors
|
Represents the device configuration & runtime parameters and limits. More...
Data Fields | |
ilmsens_hal_ModConfig | mConfig |
basic configuration of sensor | |
double | mTB_Fc |
corner frequency for timebase calibration | |
double | mTemp |
device temperature | |
double | mLSB_Volt |
ADC LSB voltage (for calculating physical values out of raw data) | |
double | mFSR [2] |
ADC full scale range (minimum and maximum value) | |
unsigned int | mHWAvg |
number of hardware averages (FPGA) | |
unsigned int | mAvg |
number of averages | |
unsigned int | mAvgLim [2] |
limits for averages (minimum and maximum value) | |
unsigned int | mWait |
number of wait cycles | |
unsigned int | mWaitLim [2] |
limits for wait cycles (minimum and maximum value) | |
unsigned int | mNumSamp |
number of samples per channel | |
Represents the device configuration & runtime parameters and limits.
Hint: In case useless data is returned or memory access exceptions occur, make sure your compiler does not use wrong memory alignement for structure members.