#include "sick_safevisionary_base/CRC.h"
Go to the source code of this file.
Namespaces | |
visionary | |
Functions | |
uint32_t | visionary::CRC_calcCrc32Block (const void *const pvData, uint32_t u32Length, uint32_t u32InitVal) |
Compute the CRC-32 value of a data block based on a start value. More... | |
uint32_t | visionary::CRC_calcCrc32CBlock (const void *const pvData, uint32_t u32Length, uint32_t u32InitVal) |
Compute the CRC-32C value of a data block based on a start value. More... | |
Variables | |
static const uint32_t | visionary::CRC_au32CRC32CTable [256] |
static const uint32_t | visionary::CRC_au32CRCTable [256] |