This file contains all library configurations. More...
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | DEVICE_NAME_LEN 100 |
#define | MAX_NUMBER_OF_POINTS_PER_SESSION 50 |
Upper Limit of suppored POINT Data per Point Data Session. 3D OR 2D. A maximum of 2x as much point data can be received in one session: 1x for 1D and 1x for 3D. More... | |
#define | MAX_NUMBER_OF_SENSORS_ON_BUS 10 |
If this define is set, the library will use the linux socket interface. More... | |
#define | MPRINTF(f_, ...) |
#define | NOREALPRINTF 1 |
Used to select currently used print-functions. Implemented atm are REGULAR_MPRINTF. More... | |
This file contains all library configurations.
Definition in file sensor_lib_config.h.
#define DEVICE_NAME_LEN 100 |
Definition at line 59 of file sensor_lib_config.h.
#define MAX_NUMBER_OF_POINTS_PER_SESSION 50 |
Upper Limit of suppored POINT Data per Point Data Session. 3D OR 2D. A maximum of 2x as much point data can be received in one session: 1x for 1D and 1x for 3D.
Definition at line 40 of file sensor_lib_config.h.
#define MAX_NUMBER_OF_SENSORS_ON_BUS 10 |
If this define is set, the library will use the linux socket interface.
Upper Limit of suppored Sensors on Bus. This value influences static array sizes
Definition at line 35 of file sensor_lib_config.h.
#define MPRINTF | ( | f_, | |
... | |||
) |
Definition at line 53 of file sensor_lib_config.h.
#define NOREALPRINTF 1 |
Used to select currently used print-functions. Implemented atm are REGULAR_MPRINTF.
Definition at line 52 of file sensor_lib_config.h.