Go to the source code of this file.
Namespaces | |
| namespace | gr |
| Include this header to use the message passing features. | |
| namespace | 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 | |
| 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) |