IRPyro messaging application
Communications program between IRPyro and IRPyro evaluation tool
|
Go to the documentation of this file.
38 #ifndef MESSAGE_INTERFACE_COMMON
39 #define MESSAGE_INTERFACE_COMMON
44 #ifndef IRPyro_API_multi_device_layer
45 #include "IRPyro_API_multi_device_layer.h"
uint8_t channel_processing(uint8_t *channel_count)
prepares for channel_id requests
uint8_t channel_id_to_channel(void)
maps the GUI scope channel_id to physical channel on the sensor
uint8_t channel_id_to_sensor(void)
maps the GUI scope channel_id to physical sensor
void channel_id_next(void)
increments the channel index
void process_parms_load(uint8_t *idx, uint8_t *num_sensors_to_process)
configures for loop for single or multiple sensor operations
Interface variables: main, message_to_sensor and message_to_GUI.