23#ifndef INCLUDED_FEC_PUNCTURE_FF_H
24#define INCLUDED_FEC_PUNCTURE_FF_H
92 typedef boost::shared_ptr<puncture_ff>
sptr;
101 static sptr make(
int puncsize,
int puncpat,
int delay);
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Puncture a stream of floats.
Definition: puncture_ff.h:89
static sptr make(int puncsize, int puncpat, int delay)
Constructs a puncture block for floats.
boost::shared_ptr< puncture_ff > sptr
Definition: puncture_ff.h:92
#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