IRPyro messaging application
Communications program between IRPyro and IRPyro evaluation tool
Directory contents
FILE

DESCRIPTION

+ documents\IRPyro_API_messaging_application\Read_Me.txt This file
+ source\IRPyro_API_messaging_application\src\main.c Main program
+ source\IRPyro_API_messaging_application\inc\main.h Main program header
+ source\IRPyro_API_messaging_application\src\message_interpreter.c Prepares parameters to sensor structure or board
+ source\IRPyro_API_messaging_application\inc\message_interpreter.h Message interpreter header
+ source\IRPyro_API_messaging_application\src\message_generator.c Collects data from sensor structure or board and prepares a byte array
+ source\IRPyro_API_messaging_application\inc\message_generator.h Message generator header
+ source\IRPyro_API_messaging_application\src\message_unpack.c Validates and decodes a byte stream from the gui
+ source\IRPyro_API_messaging_application\inc\message_unpack.h Message unpack header
+ source\IRPyro_API_messaging_application\src\message_pack.c Gets a byte array, frames it and adds to transmission queue
+ source\IRPyro_API_messaging_application\inc\message_pack.h Message pack header
+ source\IRPyro_API_messaging_application\src\message_interface_common.c Channel configuration
+ source\IRPyro_API_messaging_application\inc\message_interface_common.h Message interface common header
+ source\IRPyro_API_messaging_application\src\queue_handle.c Controls access to transmission and receptions queues
+ source\IRPyro_API_messaging_application\inc\queue_handle.h Queue handler header
+ source\IRPyro_API_messaging_application\src\queue.c Circular Queue implementation
+ source\IRPyro_API_messaging_application\inc\queue.h Queue header
+ source\IRPyro_API_messaging_application\src\Micro_controller_template.c Functions for hardware access (MCU, GPIO, I2C)
+ source\IRPyro_API_messaging_application\inc\Micro_controller_template.h Public header for hardware access