 |
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_bb>
sptr;
51 virtual unsigned char k()
const = 0;
56 virtual void set_k(
unsigned char k) = 0;
boost::shared_ptr< add_const_bb > sptr
Definition: add_const_bb.h:40
output = input + constant
Definition: add_const_bb.h:37
virtual unsigned char k() const =0
Return additive constant.
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
virtual void set_k(unsigned char k)=0
Set additive constant.
synchronous 1:1 input to output with history
Definition: sync_block.h:38
static sptr make(unsigned char k)
Create an instance of add_const_bb.
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43