libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

TransferCRC Class Reference

TransferCRC Class Reference

CRC-16-CCITT Initial value: 0xFFFF Poly: 0x1021 Reverse: no Output xor: 0. More...

#include <crc.hpp>


Detailed Description

CRC-16-CCITT Initial value: 0xFFFF Poly: 0x1021 Reverse: no Output xor: 0.

import crcmod crc = crcmod.predefined.Crc('crc-ccitt-false') crc.update('123456789') crc.hexdigest() '29B1'

Definition at line 28 of file crc.hpp.