Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Checksum.h

Go to the documentation of this file.
00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // Checksum.h 00005 // 00006 // Version 1.0 00007 // Date 17.01.04 00008 // Author A. Pasetti 00009 // 00010 // Change Record: 00011 00036 static int C0; 00037 static int C1; 00038 static unsigned char CK1; 00039 static unsigned char CK2; 00040 00051 unsigned short doChecksum(unsigned char* item, unsigned int n); 00052 00066 bool verifyChecksum(unsigned char* item, unsigned int n, unsigned short checksum);
Copyright 2003 P&P Software GmbH - All Rights Reserved