JaiaBot  1.20.0
JaiaBot micro-AUV software
crc32.h File Reference
#include <stdint.h>
#include <stdlib.h>
Include dependency graph for crc32.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  crc::CRC32Table
 

Namespaces

 crc
 

Functions

uint32_t crc::calculate_crc32 (const void *buf, size_t len, uint32_t initial=0)
 

Variables

const CRC32Table crc::crc32_table