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);
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
HDLC deframer which takes in unpacked bits, and outputs PDU binary blobs. Frames which do not pass CR...
Definition: hdlc_deframer_bp.h:27
std::shared_ptr< hdlc_deframer_bp > sptr
Definition: hdlc_deframer_bp.h:30