Extends Open, Read and Close to a group of IRPyro devices.
More...
Extends Open, Read and Close to a group of IRPyro devices.
uint8_t IRPyro_close_devices |
( |
IRPyro_devices |
this_list, |
|
|
uint8_t |
list_size |
|
) |
| |
Stops streaming, deallocates memory and disable the IRPyro sensor.
- Parameters
-
this_list | pointer to the IRPyro data structure |
list_size | number of elements in the list |
- Return values
-
Definition at line 114 of file IRPyro_API_multi_device_layer.c.
access to IRPyro registers
- Parameters
-
this_list | pointer to the IRPyro data structure |
list_size | number of elements in the list |
cmd | pointer to command data structure |
arg | argument data structure |
- Return values
-
Definition at line 131 of file IRPyro_API_multi_device_layer.c.
uint8_t IRPyro_open_devices |
( |
IRPyro_devices |
this_list, |
|
|
uint8_t |
list_size |
|
) |
| |
initializes a group of IRPyro sensors
- Parameters
-
this_list | pointer to the IRPyro list data structure |
list_size | number of elements in the list |
- Return values
-
op_result | 1 success / 0 error |
Definition at line 82 of file IRPyro_API_multi_device_layer.c.
uint8_t IRPyro_read_devices |
( |
IRPyro_devices |
this_list, |
|
|
uint8_t |
list_size |
|
) |
| |
Collects data from the IRPyro group.
- Parameters
-
this_list | pointer to the IRPyro data structure |
list_size | number of elements in the list |
- Return values
-
op_result | 1 success / 0 error |
Definition at line 98 of file IRPyro_API_multi_device_layer.c.