11#ifndef INCLUDED_BLOCKS_REPEAT_H
12#define INCLUDED_BLOCKS_REPEAT_H
33 typedef std::shared_ptr<repeat>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition gnuradio-runtime/include/gnuradio/block.h:63
repeat each input repeat times
Definition repeat.h:30
std::shared_ptr< repeat > sptr
Definition repeat.h:33
virtual void set_interpolation(int interp)=0
sets the interpolation
virtual int interpolation() const =0
Return current interpolation.
static sptr make(size_t itemsize, int repeat)
#define BLOCKS_API
Definition gr-blocks/include/gnuradio/blocks/api.h:18
GNU Radio logging wrapper.
Definition basic_block.h:29