23#ifndef INCLUDED_DIGITAL_HDLC_DEFRAMER_BP_H
24#define INCLUDED_DIGITAL_HDLC_DEFRAMER_BP_H
42 typedef boost::shared_ptr<hdlc_deframer_bp>
sptr;
50 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:40
boost::shared_ptr< hdlc_deframer_bp > sptr
Definition: hdlc_deframer_bp.h:42
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:38
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45