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