Ilmsens HAL API
1.1.1
A cross-platform C-library for interfacing m:explore UWB-sensors
|
Macros | |
#define | ILMSENS_DEB_NO 0U |
do not output debug/info messages | |
#define | ILMSENS_DEB_INFO 1U |
only output errors and very important information | |
#define | ILMSENS_DEB_MORE 2U |
output errors, warnings, and important information | |
#define | ILMSENS_DEB_MOST 3U |
output errors, warnings, and debug information | |
#define | ILMSENS_DEB_ALL 4U |
output errors, warnings, and trace information | |
Functions | |
int | ilmsens_hal_setDEBLevel (unsigned int pLevel) |
Sets the verbosity of the diagnostics output Diagnostics are sent to std. More... | |
int ilmsens_hal_setDEBLevel | ( | unsigned int | pLevel | ) |
Sets the verbosity of the diagnostics output Diagnostics are sent to std.
error output by default. In case of an error, the current level is not changed.
pLevel | verbosity level from ILMSENS_DEB_NO to ILMSENS_DEB_ALL |