24#ifndef INCLUDED_DIGITAL_CRC32_BB_H
25#define INCLUDED_DIGITAL_CRC32_BB_H
48 typedef boost::shared_ptr<crc32_bb>
sptr;
56 const std::string& lengthtagname =
"packet_len",
Byte-stream CRC block.
Definition: crc32_bb.h:46
boost::shared_ptr< crc32_bb > sptr
Definition: crc32_bb.h:48
static sptr make(bool check=false, const std::string &lengthtagname="packet_len", bool packed=true)
Block that operates on PDUs in form of tagged streams.
Definition: tagged_stream_block.h:38
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45