IRPyro messaging application
Communications program between IRPyro and IRPyro evaluation tool
|
Prepares configuration and sampling data from the sensor to be send to the GUI. More...
#include <stdint.h>
#include <string.h>
#include "message_pack.h"
#include "IRPyro_API_multi_device_layer.h"
#include "message_interface_common.h"
#include "externals.h"
Go to the source code of this file.
Functions | |
void | message_generator (uint8_t cmd_to_gui, uint8_t destination) |
prepares packet to GUI More... | |
void | message_prepack_data_sort (void) |
Sorts sampling data from configured sensors. More... | |
Prepares configuration and sampling data from the sensor to be send to the GUI.
=============================================================================== ##### Description ##### =============================================================================== [..] Prototype of the message generator function [..]
Copyright (c) 2018, _KEMET, Ltd All rights reserved. THIS SOFTWARE IS PROVIDED BY _KEMET, Ltd ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL _KEMET, Ltd BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition in file message_generator.h.