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;
52 virtual void set_dly(
int d) = 0;
delay the input by a certain number of samplesPositive delays insert zero items at the beginning of t...
Definition: delay.h:32
std::shared_ptr< delay > sptr
Definition: delay.h:36
GNU Radio logging wrapper.
Definition: basic_block.h:29
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
GR_RUNTIME_API size_t itemsize(types::vector_type type)
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: gnuradio-runtime/include/gnuradio/block.h:62