Implements the CRC32 checksum as used in DFU files.
More...
#include <crc32.hh>
|
| CRC32 () |
| Default constructor.
|
|
void | update (uint8_t c) |
| Update CRC with given byte.
|
|
void | update (const uint8_t *c, size_t n) |
| Update CRC with given data.
|
|
void | update (const QByteArray &data) |
| Update CRC with given data.
|
|
uint32_t | get () |
| Returns the current CRC.
|
|
|
uint32_t | _crc |
| Current CRC.
|
|
Implements the CRC32 checksum as used in DFU files.
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/crc32.hh
- /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/crc32.cc