|
ldas-tools-framecpp 3.0.4
|
Compute CRC checksum with length encoding. More...
#include <cksum.hh>
Public Types | |
| typedef CRC | crc_type |
| CRC algorithm. | |
| typedef std::size_t | size_type |
| Type which holds the number of bytes processed. | |
| typedef uint32_t | value_type |
| Type to hold the calculated checksum. | |
Public Member Functions | |
| void | process_bytes (void const *buffer, size_type byte_count) |
| Updates the interim CRC. | |
| value_type | checksum () const |
| Retrieve the CRC value. | |
| void | reset () |
| Allow the stucture to be reused. | |
| void | process_bytes (void const *buffer, size_type byte_count) |
| Updates the interim CRC. | |
| value_type | checksum () const |
| Retrieve the CRC value. | |
| void | reset () |
| Allow the stucture to be reused. | |
Compute CRC checksum with length encoding.
This implements the calculation of a CRC checksum with
This implements the calculation of a CRC checksum with
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |