 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
40 typedef boost::shared_ptr<add_const_ii>
sptr;
51 virtual int k()
const = 0;
boost::shared_ptr< add_const_ii > sptr
Definition: add_const_ii.h:40
virtual void set_k(int k)=0
Set additive constant.
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with history
Definition: sync_block.h:38
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
output = input + constant
Definition: add_const_ii.h:37
static sptr make(int k)
Create an instance of add_const_ii.
virtual int k() const =0
Return additive constant.