#include <crc.h>
Public Member Functions | |
Table< CRCType, CRCWidth > | MakeTable () const |
Returns a CRC lookup table construct using these CRC parameters. More... | |
Public Attributes | |
CRCType | finalXOR |
Value to XOR with the final CRC. More... | |
CRCType | initialValue |
Initial CRC value. More... | |
CRCType | polynomial |
CRC polynomial. More... | |
bool | reflectInput |
true to reflect all input bytes More... | |
bool | reflectOutput |
true to reflect the output CRC (reflection occurs before the final XOR) More... | |
CRC parameters.
|
inline |
Returns a CRC lookup table construct using these CRC parameters.
CRCType | Integer type for storing the CRC result |
CRCWidth | Number of bits in the CRC |
CRCType CRC::Parameters< CRCType, CRCWidth >::finalXOR |
CRCType CRC::Parameters< CRCType, CRCWidth >::initialValue |
CRCType CRC::Parameters< CRCType, CRCWidth >::polynomial |
bool CRC::Parameters< CRCType, CRCWidth >::reflectInput |
bool CRC::Parameters< CRCType, CRCWidth >::reflectOutput |