IRPyro messaging application
Communications program between IRPyro and IRPyro evaluation tool
Modules
Here is a list of all modules:
[detail level 123]
 IRPyro messaging applicationMain and support functions for state machine
 Message HandlerPacks and unpacks messages to and from the GUI
 Message PackPacks a message to the GUI with the adequate frame
 Message UnpackProcess a stream of bytes to find a valid GUI command
 Message InterfaceDefines in firmware each individual command response to GUI commands
 Message GeneratorGiven a byte string response from the firmware, selects the adequate frame for the GUI
 Message Interface CommonFunctions common to Message Generator and Message Interpreter
 Message InterpreterGiven a byte string response from the firmware, selects the adequate frame for the GUI
 Queue HandlerAccess and handling of circular queues
 QueueQueue structure definition. Adds and removes elements
 Queue HandleUSART IRQ, Get and Put char into reception and transmission queues
 main IRPyro messaging application
 Watchdog driver