23#ifndef INCLUDED_FEC_DEPUNCTURE_BB_H
24#define INCLUDED_FEC_DEPUNCTURE_BB_H
94 typedef boost::shared_ptr<depuncture_bb>
sptr;
104 static sptr make(
int puncsize,
int puncpat,
int delay = 0,
char symbol = 127);
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Depuncture a stream of samples.
Definition: depuncture_bb.h:91
boost::shared_ptr< depuncture_bb > sptr
Definition: depuncture_bb.h:94
static sptr make(int puncsize, int puncpat, int delay=0, char symbol=127)
Constructs a depuncture block.
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45