11#ifndef INCLUDED_BLOCKS_REPEAT_H
12#define INCLUDED_BLOCKS_REPEAT_H
33 typedef std::shared_ptr<repeat>
sptr;
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)
synchronous 1:N input to output with history
Definition sync_interpolator.h:26
#define BLOCKS_API
Definition gr-blocks/include/gnuradio/blocks/api.h:18
GNU Radio logging wrapper.
Definition basic_block.h:29