IRPyro messaging application
Communications program between IRPyro and IRPyro evaluation tool
|
#include <stdint.h>
#include <string.h>
#include "IRPyro_API_multi_device_layer.h"
#include "externals.h"
Go to the source code of this file.
Functions | |
void | channel_id_next (void) |
increments the channel index More... | |
uint8_t | channel_id_to_channel (void) |
maps the GUI scope channel_id to physical channel on the sensor More... | |
uint8_t | channel_id_to_sensor (void) |
maps the GUI scope channel_id to physical sensor More... | |
uint8_t | channel_processing (uint8_t *channel_count) |
prepares for channel_id requests More... | |
void | process_parms_load (uint8_t *idx, uint8_t *num_sensors_to_process) |
configures for loop for single or multiple sensor operations More... | |