 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
28 typedef std::shared_ptr<add_const_ii>
sptr;
39 virtual int k()
const = 0;
virtual void set_k(int k)=0
Set additive constant.
#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_ii > sptr
Definition: add_const_ii.h:28
GNU Radio logging wrapper.
Definition: basic_block.h:29
output = input + constant
Definition: add_const_ii.h:25
static sptr make(int k)
Create an instance of add_const_ii.
virtual int k() const =0
Return additive constant.