versadac  1
versadac - Scalable Recorder Firmware
cloning_encrypted.h
1 #ifndef CLONING_ENCRYPTED_H
2 #define CLONING_ENCRYPTED_H
3 
4 /*****************************************************************************
5 * Copyright (c) 2010 Eurotherm Controls Ltd.
6 *
7 * FILENAME : Cloning_CheckSum.h
8 * AUTHOR : Adrian Oliver
9 * CREATED : October 2010
10 * DESCRIPTION : Header file for cloning functionality
11 * DESIGN SPEC :
12 *****************************************************************************/
13 
14 bool Cloning_WriteThisEncryptedValueIntoDatabase(unsigned long CISP, unsigned long MODBUSAddress, char* pszValue, bool ApplyEffectsRules);
15 
16 bool Cloning_ReadEncryptedValueFromDatabase(unsigned long CISP, char* pszBuffer, int BufferLength);
17 
18 #endif