![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This class provides an implementation for the 32 Bit "Ethernet" standard. More...
This class provides an implementation for the 32 Bit "Ethernet" standard.
The CRC has following characteristics: o The polynomial is: x32 + x26 + x23 + x22 + x16 + x12 + x11 + x10 + x8 + x7 + x5 + x4 + x2 + x + 1 o The Data bytes are NOT reflected o The remainder is NOT reflected. o The final remainder is NOT XOR'd
#include <Crc32EthernetFast.h>
Public Member Functions | |
Crc32EthernetFast () noexcept | |
Constructor. | |
void | reset (void) noexcept |
See Cpl::Checksum::Api32. | |
void | accumulate (const void *bytes, unsigned numbytes=1) noexcept |
See Cpl::Checksum::Api32. | |
uint32_t | finalize (void *destBuffer=0) noexcept |
See Cpl::Checksum::Api32. | |
bool | isOkay (void) noexcept |
See Cpl::Checksum::Api32. | |
![]() | |
~Api32 () | |
Virtual destructor. | |
|
noexcept |
Constructor.
|
virtualnoexcept |
See Cpl::Checksum::Api32.
Implements Cpl::Checksum::Api32.
|
virtualnoexcept |
See Cpl::Checksum::Api32.
Implements Cpl::Checksum::Api32.
|
virtualnoexcept |
See Cpl::Checksum::Api32.
Implements Cpl::Checksum::Api32.
|
virtualnoexcept |
See Cpl::Checksum::Api32.
Implements Cpl::Checksum::Api32.