 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_BLOCKS_REPEAT_H
12 #define INCLUDED_BLOCKS_REPEAT_H
33 typedef std::shared_ptr<repeat>
sptr;
virtual void set_interpolation(int interp)=0
sets the interpolation
virtual int interpolation() const =0
Return current interpolation.
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
static sptr make(size_t itemsize, int repeat)
GR_RUNTIME_API size_t itemsize(types::vector_type type)
std::shared_ptr< repeat > sptr
Definition: repeat.h:33
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
GNU Radio logging wrapper.
Definition: basic_block.h:29