 |
GNU Radio Manual and C++ API Reference
3.8.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
51 typedef boost::shared_ptr<add_blk<T>>
sptr;
53 static sptr make(
size_t vlen = 1);
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
output = sum(input[0], input[1], ..., input[M-1])
Definition: add_blk.h:47
synchronous 1:1 input to output with history
Definition: sync_block.h:37
add_blk< gr_complex > add_cc
Definition: add_blk.h:58
add_blk< std::int32_t > add_ii
Definition: add_blk.h:57
add_blk< std::int16_t > add_ss
Definition: add_blk.h:56
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
boost::shared_ptr< add_blk< T > > sptr
Definition: add_blk.h:51
add_blk< float > add_ff
Definition: add_blk.h:59