1#ifndef Cpl_Checksum_Crc16CcittFast_h_
2#define Cpl_Checksum_Crc16CcittFast_h_
50 void accumulate( const
void* bytes,
unsigned numbytes=1 ) noexcept;
53 uint16_t
finalize(
void* destBuffer=0 ) noexcept;
This class provides an interface for calculate a 16 bit wide Checksum.
Definition Api16.h:42
This class provides an implementation for the 16 Bit CRC-CCITT standard.
Definition Crc16CcittFast.h:34
Crc16CcittFast() noexcept
Constructor.
void reset(void) noexcept
See Cpl::Checksum::Ap16.
uint16_t finalize(void *destBuffer=0) noexcept
See Cpl::Checksum::Ap16.
bool isOkay(void) noexcept
See Cpl::Checksum::Ap16.
void accumulate(const void *bytes, unsigned numbytes=1) noexcept
See Cpl::Checksum::Ap16.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20