 |
GNU Radio Manual and C++ API Reference
3.10.5.1
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
39 typedef std::shared_ptr<add_blk<T>>
sptr;
41 static sptr make(
size_t vlen = 1);
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
output = sum(input[0], input[1], ..., input[M-1])
Definition: add_blk.h:35
synchronous 1:1 input to output with history
Definition: sync_block.h:25
add_blk< gr_complex > add_cc
Definition: add_blk.h:46
add_blk< std::int32_t > add_ii
Definition: add_blk.h:45
add_blk< std::int16_t > add_ss
Definition: add_blk.h:44
GNU Radio logging wrapper.
Definition: basic_block.h:29
add_blk< float > add_ff
Definition: add_blk.h:47
std::shared_ptr< add_blk< T > > sptr
Definition: add_blk.h:39