 |
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_DELAY_H
12 #define INCLUDED_BLOCKS_DELAY_H
36 typedef std::shared_ptr<delay>
sptr;
45 virtual int dly()
const = 0;
virtual int dly() const =0
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
static sptr make(size_t itemsize, int delay)
Make a delay block.
GR_RUNTIME_API size_t itemsize(types::vector_type type)
std::shared_ptr< delay > sptr
Definition: delay.h:36
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
virtual void set_dly(int d)=0
Reset the delay.
GNU Radio logging wrapper.
Definition: basic_block.h:29
delay the input by a certain number of samples
Definition: delay.h:33