#include <CheckSum.h>
Public Member Functions | |
| CheckSum () | |
| Default constructor. | |
| void | Clear () |
| void | Add (unsigned int w) |
| void | Add (unsigned short w) |
| void | Add (unsigned char *b, unsigned int length) |
| void | Add (unsigned char b) |
| unsigned int | Get () |
Protected Attributes | |
| unsigned short | r |
| unsigned short | c1 |
| unsigned short | c2 |
| unsigned int | sum |
1.4.6-NO