23 #ifndef INCLUDED_DIGITAL_HDLC_FRAMER_PB_H 24 #define INCLUDED_DIGITAL_HDLC_FRAMER_PB_H 51 typedef boost::shared_ptr<hdlc_framer_pb>
sptr;
58 static sptr make(
const std::string frame_tag_name);
boost::shared_ptr< hdlc_framer_pb > sptr
Definition: hdlc_framer_pb.h:51
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
HDLC framer which takes in PMT binary blobs and outputs HDLC frames as unpacked bits, with CRC and bit stuffing added. The first sample of the frame is tagged with the tag frame_tag_name and includes a length field for tagged_stream use.
Definition: hdlc_framer_pb.h:48