1#ifndef Cpl_Checksum_Fletcher16_h_
2#define Cpl_Checksum_Fletcher16_h_
48 void accumulate( const
void* bytes,
unsigned numbytes=1 ) noexcept;
51 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 wide Fletcher Checksum.
Definition Fletcher16.h:29
void accumulate(const void *bytes, unsigned numbytes=1) noexcept
See Cpl::Checksum::Ap16.
void reset(void) noexcept
See Cpl::Checksum::Ap16.
bool isOkay(void) noexcept
See Cpl::Checksum::Ap16.
Fletcher16() noexcept
Constructor.
uint16_t finalize(void *destBuffer=0) noexcept
See Cpl::Checksum::Ap16.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20