11 #ifndef INCLUDED_DIGITAL_HDLC_DEFRAMER_BP_H
12 #define INCLUDED_DIGITAL_HDLC_DEFRAMER_BP_H
30 typedef std::shared_ptr<hdlc_deframer_bp>
sptr;
38 static sptr make(
int length_min,
int length_max);
HDLC deframer which takes in unpacked bits, and outputs PDU binary blobs. Frames which do not pass CR...
Definition: hdlc_deframer_bp.h:28
std::shared_ptr< hdlc_deframer_bp > sptr
Definition: hdlc_deframer_bp.h:30
static sptr make(int length_min, int length_max)
Return a shared_ptr to a new instance of digital::hdlc_deframer.
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29