GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions
Cpl::Checksum::Crc16CcittFast Class Reference

This class provides an implementation for the 16 Bit CRC-CCITT standard. More...

Detailed Description

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>

Inheritance diagram for Cpl::Checksum::Crc16CcittFast:
[legend]
Collaboration diagram for Cpl::Checksum::Crc16CcittFast:
[legend]

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.
 
- Public Member Functions inherited from Cpl::Checksum::Api16
 ~Api16 ()
 Virtual destructor.
 

Constructor & Destructor Documentation

◆ Crc16CcittFast()

Cpl::Checksum::Crc16CcittFast::Crc16CcittFast ( )
noexcept

Constructor.

Member Function Documentation

◆ accumulate()

void Cpl::Checksum::Crc16CcittFast::accumulate ( const void *  bytes,
unsigned  numbytes = 1 
)
virtualnoexcept

See Cpl::Checksum::Ap16.

Implements Cpl::Checksum::Api16.

◆ finalize()

uint16_t Cpl::Checksum::Crc16CcittFast::finalize ( void *  destBuffer = 0)
virtualnoexcept

See Cpl::Checksum::Ap16.

Implements Cpl::Checksum::Api16.

◆ isOkay()

bool Cpl::Checksum::Crc16CcittFast::isOkay ( void  )
virtualnoexcept

See Cpl::Checksum::Ap16.

Implements Cpl::Checksum::Api16.

◆ reset()

void Cpl::Checksum::Crc16CcittFast::reset ( void  )
virtualnoexcept

See Cpl::Checksum::Ap16.

Implements Cpl::Checksum::Api16.


The documentation for this class was generated from the following file: