 |
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_ff>
sptr;
40 virtual float k()
const = 0;
45 virtual void set_k(
float k) = 0;
virtual void set_k(float k)=0
Set additive constant.
output = input + constant
Definition: add_const_ff.h:26
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:26
std::shared_ptr< add_const_ff > sptr
Definition: add_const_ff.h:29
static sptr make(float k)
Create an instance of add_const_ff.
GNU Radio logging wrapper.
Definition: basic_block.h:29
virtual float k() const =0
Return additive constant.