![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This class provides an implementation for the 16 Bit CRC-CCITT standard. More...
This class provides an implementation for the 16 Bit CRC-CCITT standard.
The CRC has following characteristics (aka CRC-CCITT(0xFFFF): o The polynomial is x16 + x12 + x5 + 1 o The Data bytes are NOT reflected o The remainder is NOT reflected. o The final remainder is NOT XOR'd
#include <Crc16CcittFast.h>
Public Member Functions | |
Crc16CcittFast () noexcept | |
Constructor. | |
void | reset (void) noexcept |
See Cpl::Checksum::Ap16. | |
void | accumulate (const void *bytes, unsigned numbytes=1) noexcept |
See Cpl::Checksum::Ap16. | |
uint16_t | finalize (void *destBuffer=0) noexcept |
See Cpl::Checksum::Ap16. | |
bool | isOkay (void) noexcept |
See Cpl::Checksum::Ap16. | |
![]() | |
~Api16 () | |
Virtual destructor. | |
|
noexcept |
Constructor.
|
virtualnoexcept |
See Cpl::Checksum::Ap16.
Implements Cpl::Checksum::Api16.
|
virtualnoexcept |
See Cpl::Checksum::Ap16.
Implements Cpl::Checksum::Api16.
|
virtualnoexcept |
See Cpl::Checksum::Ap16.
Implements Cpl::Checksum::Api16.
|
virtualnoexcept |
See Cpl::Checksum::Ap16.
Implements Cpl::Checksum::Api16.