#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 |