versadac  1
versadac - Scalable Recorder Firmware
parametermessage.h
1 /*****************************************************************************
2 * Copyright (c) 2012 Eurotherm Ltd.
3 *
4 * FILENAME : parametermessage.h
5 * AUTHORS : Andrew Hodgson
6 * CREATED : March 2012
7 * DESCRIPTION : Utility functions for processing messages with
8 * embedded MODBUS parameters
9 *****************************************************************************/
10 
11 #ifndef PARAMETERMESSAGE_H
12 #define PARAMETERMESSAGE_H
13 
14 void parseParameterMessage(unicode_p z_pDest, unicode_p z_pSrc);
15 unicode_p get_parameter_string(uint16 z_address);
16 void formatMessageForDisplay (uint8 * z_msg, unicode_p z_dest, uint16 z_num_unicode_chars);
17 
18 #endif