![]() ![]() | The CRC for the Kangaroo motion controller. |
![]() ![]() | The CRC for CAN. |
![]() ![]() | The Modbus CRC, initialized with all zeros. |
![]() ![]() | The CCITT CRC, initialized with all ones. |
![]() ![]() | The CRC for the Modbus PLC protocol. |
![]() ![]() | The CCITT CRC, initialized with all zeros. |
![]() ![]() | Ordinary CRC-32. |
![]() ![]() | CRC-32C, used in SSE4. |
![]() ![]() | The CRC for USB token packets. |
![]() ![]() | The CRC for the 1-Wire protocol. |
![]() ![]() | Simple parity (odd or even bit count). |
![]() ![]() | Overloaded. Creates a custom CRC calculator. |
![]() | Returns the initial value of the CRC. Begin the computation using this value. |
![]() | Overloaded. Computes a CRC from a byte array. |
![]() | Finishes the CRC computation. An exclusive OR is done between the current CRC value and the post-invert bit mask. |
![]() | |
![]() | |
![]() | |
![]() | Overloaded. Sends 8 bits through the CRC. |
![]() | Undoes the End operation. An exclusive OR is done between the final CRC value and the post-invert bit mask. |
![]() |
![]() | |
![]() |