utils.h

00001 
00002 #define myassert(success, foo) do { if (!(foo)) {cout << "Assertion failed '" << #foo << "'\n"; success = false; } } while(0)
00003 
00004 UINT32 *contentsOf(const char *fileName);
00005 unsigned long getFileSize(const char *fileName);
00006 bool compareData(UINT32 *inputData, UINT32 *outputData, int length);

Generated on Mon Feb 6 14:01:37 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6