Definition at line 45 of file crc.h.
◆ checksum
Definition at line 47 of file crc.h.
◆ Crc32()
Initialize the Crc32 instance to 0.
Definition at line 52 of file crc.h.
◆ ~Crc32()
Crc32::~Crc32 |
( |
| ) |
|
throw | ( | ) | | | |
|
inline |
Definition at line 54 of file crc.h.
◆ AddData()
void Crc32::AddData |
( |
const uint8_t * | pData, |
|
|
const uint32_t | length ) |
|
inline |
Add new data, incrementally computing the CRC 32 checksum. If length is zero, calling this has no effect on the checksum.
Definition at line 66 of file crc.h.
◆ GetCrc32()
checksum Crc32::GetCrc32 |
( |
| ) |
const |
|
inline |
Get the current value of the CRC 32 checksum.
- Returns
- An unsigned 32-bit checksum value.
Definition at line 77 of file crc.h.
◆ Reset()
Re-initialize/re-set the Crc32 instance to zero.
- Note
- The constructor uses this method to initialize a new instance.
Definition at line 60 of file crc.h.
The documentation for this class was generated from the following file: