Documentation
Tools for embedded systems
Loading...
Searching...
No Matches
CRC

Generic Cyclic Redundancy Check (CRC) calculator class. More...

Classes

class  qlibs::crc
 

Enumerations

enum  qlibs::crcMode { qlibs::CRC8 , qlibs::CRC16 , qlibs::CRC32 }
 Enumeration with all the supported cyclic redundancy checks. More...
 

Detailed Description

Generic Cyclic Redundancy Check (CRC) calculator class.

For a brief description of this module, please read Generic Cyclic Redundancy Check (CRC) calculator class

For a brief description of this module, please read Generic Cyclic Redundancy Check (CRC) calculator class

Enumeration Type Documentation

◆ crcMode

Enumeration with all the supported cyclic redundancy checks.

Enumerator
CRC8 

8-Bit Cyclic Redundancy Check

CRC16 

16-Bit Cyclic Redundancy Check

CRC32 

32-Bit Cyclic Redundancy Check