10#ifndef INCLUDED_DIGITAL_PACKET_HEADER_DEFAULT_H
11#define INCLUDED_DIGITAL_PACKET_HEADER_DEFAULT_H
37 :
public std::enable_shared_from_this<gr::digital::packet_header_default>
40 typedef std::shared_ptr<packet_header_default>
sptr;
44 const std::string& num_tag_key =
"packet_num",
45 int bits_per_byte = 1);
84 const std::string& num_tag_key =
"packet_num",
85 int bits_per_byte = 1);
Calculates a CRC.
Definition crc.h:33
STL class.
Definition vector_docstub.h:11
#define DIGITAL_API
Definition gr-digital/include/gnuradio/digital/api.h:18
Definition adaptive_algorithm.h:22
GNU Radio logging wrapper.
Definition basic_block.h:29
std::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting).
Definition pmt.h:85