1#ifndef Cpl_Checksum_Crc32EthernetFast_h_
2#define Cpl_Checksum_Crc32EthernetFast_h_
47 void accumulate( const
void* bytes,
unsigned numbytes=1 ) noexcept;
50 uint32_t
finalize(
void* destBuffer=0 ) noexcept;
This class provides an interface for calculate a 32 bit wide Checksum.
Definition Api32.h:43
This class provides an implementation for the 32 Bit "Ethernet" standard.
Definition Crc32EthernetFast.h:32
bool isOkay(void) noexcept
See Cpl::Checksum::Api32.
void accumulate(const void *bytes, unsigned numbytes=1) noexcept
See Cpl::Checksum::Api32.
Crc32EthernetFast() noexcept
Constructor.
uint32_t finalize(void *destBuffer=0) noexcept
See Cpl::Checksum::Api32.
void reset(void) noexcept
See Cpl::Checksum::Api32.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20