 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_FEC_PUNCTURE_BB_H
24 #define INCLUDED_FEC_PUNCTURE_BB_H
93 typedef boost::shared_ptr<puncture_bb>
sptr;
102 static sptr make(
int puncsize,
int puncpat,
int delay = 0);
#define FEC_API
Definition: gr-fec/include/gnuradio/fec/api.h:30
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
boost::shared_ptr< puncture_bb > sptr
Definition: puncture_bb.h:93
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
Puncture a stream of unpacked bits.
Definition: puncture_bb.h:90
static sptr make(int puncsize, int puncpat, int delay=0)
Constructs a puncture block for unpacked bits.