 |
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_ss>
sptr;
51 virtual short k()
const = 0;
56 virtual void set_k(
short k) = 0;
boost::shared_ptr< add_const_ss > sptr
Definition: add_const_ss.h:40
#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
static sptr make(short k)
Create an instance of add_const_ss.
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
virtual void set_k(short k)=0
Set additive constant.
virtual short k() const =0
Return additive constant.
output = input + constant
Definition: add_const_ss.h:37