11 #ifndef INCLUDED_FEC_DEPUNCTURE_BB_H
12 #define INCLUDED_FEC_DEPUNCTURE_BB_H
82 typedef std::shared_ptr<depuncture_bb>
sptr;
92 static sptr make(
int puncsize,
int puncpat,
int delay = 0, uint8_t symbol = 127);
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Depuncture a stream of samples.
Definition: depuncture_bb.h:79
static sptr make(int puncsize, int puncpat, int delay=0, uint8_t symbol=127)
Constructs a depuncture block.
std::shared_ptr< depuncture_bb > sptr
Definition: depuncture_bb.h:82
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29