 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
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);
HDLC framer which takes in PMT binary blobs and outputs HDLC frames as unpacked bits,...
Definition: hdlc_framer_pb.h:49
static sptr make(const std::string frame_tag_name)
Return a shared_ptr to a new instance of digital::hdlc_framer.
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#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
boost::shared_ptr< hdlc_framer_pb > sptr
Definition: hdlc_framer_pb.h:51