 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
42 typedef std::shared_ptr<max_blk<T>>
sptr;
44 static sptr make(
size_t vlen,
size_t vlen_out = 1);
static sptr make(size_t vlen, size_t vlen_out=1)
Compares vectors from multiple streams and determines the maximum value from each vector over all str...
Definition: max_blk.h:39
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
synchronous 1:1 input to output with history
Definition: sync_block.h:26
max_blk< std::int16_t > max_ss
Definition: max_blk.h:47
max_blk< float > max_ff
Definition: max_blk.h:49
max_blk< std::int32_t > max_ii
Definition: max_blk.h:48
GNU Radio logging wrapper.
Definition: basic_block.h:29
std::shared_ptr< max_blk< T > > sptr
Definition: max_blk.h:42