11#ifndef INCLUDED_FEC_PUNCTURE_BB_H 
   12#define INCLUDED_FEC_PUNCTURE_BB_H 
   81    typedef std::shared_ptr<puncture_bb> 
sptr;
 
   90    static sptr make(
int puncsize, 
int puncpat, 
int delay = 0);
 
 
block(void)
Definition gnuradio-runtime/include/gnuradio/block.h:806
Puncture a stream of unpacked bits.
Definition puncture_bb.h:78
static sptr make(int puncsize, int puncpat, int delay=0)
Constructs a puncture block for unpacked bits.
std::shared_ptr< puncture_bb > sptr
Definition puncture_bb.h:81
#define FEC_API
Definition gr-fec/include/gnuradio/fec/api.h:18
Definition async_decoder.h:20
GNU Radio logging wrapper.
Definition basic_block.h:29