23#ifndef INCLUDED_BLOCKS_REPEAT_H
24#define INCLUDED_BLOCKS_REPEAT_H
45 typedef boost::shared_ptr<repeat>
sptr;
repeat each input repeat times
Definition: repeat.h:42
virtual void set_interpolation(int interp)=0
sets the interpolation
boost::shared_ptr< repeat > sptr
Definition: repeat.h:45
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:38
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
BLOCKS_API size_t itemsize(vector_type type)
Include this header to use the message passing features.
Definition: basic_block.h:45