GNU Radio Manual and C++ API Reference  3.8.1.0
The Free & Open Software Radio Ecosystem
crc32.h File Reference
#include <gnuradio/digital/api.h>
#include <gnuradio/types.h>
#include <string>

Go to the source code of this file.

Namespaces

 gr
 GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
 
 gr::digital
 

Functions

DIGITAL_API unsigned int gr::digital::update_crc32 (unsigned int crc, const unsigned char *buf, size_t len)
 update running CRC-32 More...
 
DIGITAL_API unsigned int gr::digital::update_crc32 (unsigned int crc, const std::string buf)
 
DIGITAL_API unsigned int gr::digital::crc32 (const unsigned char *buf, size_t len)
 
DIGITAL_API unsigned int gr::digital::crc32 (const std::string buf)