|
DelegateMQ
|
Header-only 16-bit CRC-CCITT implementation (Polynomial 0x1021). More...
Go to the source code of this file.
Macros | |
| #define | USE_CRC_TABLE |
Functions | |
| unsigned short | Crc16CalcBlock (unsigned char *crc_msg, int len, unsigned short crc=0xFFFF) |
| Calculates a 16-bit CRC using the table-based method. | |
Header-only 16-bit CRC-CCITT implementation (Polynomial 0x1021).
| #define USE_CRC_TABLE |
|
inline |
Calculates a 16-bit CRC using the table-based method.