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