Ilmsens HAL API
1.1.1
A cross-platform C-library for interfacing m:explore UWB-sensors
|
Modules | |
Device ID & properties | |
Functions for identification and access to hardware-parameters of connected devices. |
Functions | |
int | ilmsens_hal_openSensors (unsigned int *pDevNums, unsigned int pNum) |
Allocates specified devices for a measurement session. | |
void | ilmsens_hal_closeSensors (unsigned int *pDevNums, unsigned int pNum) |
Releases specified devices. |
int ilmsens_hal_openSensors | ( | unsigned int * | pDevNums, |
unsigned int | pNum | ||
) |
Allocates specified devices for a measurement session.
This function must be called before doing the configuration or starting a measurement session.
pDevNums | pointer to a first element or an array of device-indexes |
pNum | number of array-elements |
void ilmsens_hal_closeSensors | ( | unsigned int * | pDevNums, |
unsigned int | pNum | ||
) |
Releases specified devices.
Should be called after the last function call to any of the specified devices.
pDevNums | pointer to a first element or an array of device-indexes |
pNum | number of array-elements |