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...
 

Detailed Description

Function Documentation

◆ ilmsens_hal_setDEBLevel()

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.

Parameters
pLevelverbosity level from ILMSENS_DEB_NO to ILMSENS_DEB_ALL
Returns
current debug level (on success and error)