versadac  1
versadac - Scalable Recorder Firmware
hexstringtobinary_test.h
1 // Copyright (c) 2012 Invensys Eurotherm Ltd.
3 //
4 // MODULE : IDMEncryption
5 // FILENAME : hexstringtobinrary_Test.h
6 // AUTHOR : Adrian Oliver
7 // CREATED : November 2012
8 // DESCRIPTION : Header file for IDM Encryption: Hex <->Binary conversion
9 // Regression Testing
11 
12 
13 #ifndef HEXSTRINGTOBINARY_TEST_H
14 #define HEXSTRINGTOBINARY_TEST_H
15 
19 #ifdef IDMCRYPTO_ENABLE_REGRESSION_TESTS
20 #ifdef HEXSTRINGTOBINARY_H
21 
22 bool RegressionTest_HexStringToBinary(void);
23 bool RegressionTest_BinaryToHexString(void);
24 
25 #endif
26 #endif
27 
29 
30 #endif