Namespaces | Macros | Functions
CRC.h File Reference
#include <cstdint>
Include dependency graph for CRC.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 visionary
 

Macros

#define CRC_DEFAULT_INIT_VALUE32   ((uint32_t)0xFFFFFFFFu)
 Default initial value for CRC-32. More...
 

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...
 

Macro Definition Documentation

◆ CRC_DEFAULT_INIT_VALUE32

#define CRC_DEFAULT_INIT_VALUE32   ((uint32_t)0xFFFFFFFFu)

Default initial value for CRC-32.

Definition at line 29 of file CRC.h.



sick_safevisionary_base
Author(s):
autogenerated on Sat Oct 21 2023 02:24:26