Function mrpt::system::compute_CRC16(const std::vector<uint8_t>&, const uint16_t)

Function Documentation

uint16_t mrpt::system::compute_CRC16(const std::vector<uint8_t> &data, const uint16_t gen_pol = 0x8005)

Computes the CRC16 checksum of a block of data.