 |
GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
34 typedef std::shared_ptr<multiply<T>>
sptr;
36 static sptr make(
size_t vlen = 1);
multiply< std::int16_t > multiply_ss
Definition: multiply.h:39
multiply< float > multiply_ff
Definition: multiply.h:41
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
multiply< std::int32_t > multiply_ii
Definition: multiply.h:40
synchronous 1:1 input to output with history
Definition: sync_block.h:25
std::shared_ptr< multiply< T > > sptr
Definition: multiply.h:34
output = prod (input_0, input_1, ...)
Definition: multiply.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:29
multiply< gr_complex > multiply_cc
Definition: multiply.h:42