 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
16 #include <volk/volk_alloc.hh>
29 typedef std::shared_ptr<add_const_cc>
sptr;
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
virtual void set_k(gr_complex k)=0
Set additive constant.
output = input + constant
Definition: add_const_cc.h:26
static sptr make(gr_complex k)
Create an instance of add_const_cc.
std::shared_ptr< add_const_cc > sptr
Definition: add_const_cc.h:29
synchronous 1:1 input to output with history
Definition: sync_block.h:26
std::complex< float > gr_complex
Definition: gr_complex.h:15
GNU Radio logging wrapper.
Definition: basic_block.h:29
virtual gr_complex k() const =0
Return additive constant.