 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_FEC_PUNCTURE_FF_H
12 #define INCLUDED_FEC_PUNCTURE_FF_H
80 typedef std::shared_ptr<puncture_ff>
sptr;
89 static sptr make(
int puncsize,
int puncpat,
int delay);
Puncture a stream of floats.
Definition: puncture_ff.h:77
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:18
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
static sptr make(int puncsize, int puncpat, int delay)
Constructs a puncture block for floats.
GNU Radio logging wrapper.
Definition: basic_block.h:29
std::shared_ptr< puncture_ff > sptr
Definition: puncture_ff.h:80