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

Go to the source code of this file.

Namespaces

 gr
 Include this header to use the message passing features.
 
 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)