34 typedef std::shared_ptr<divide<T>>
sptr;
output = input[0] / input[1] / ... / input[M-1]
Definition: divide.h:31
std::shared_ptr< divide< T > > sptr
Definition: divide.h:34
static sptr make(size_t vlen=1)
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
divide< float > divide_ff
Definition: divide.h:41
divide< std::int16_t > divide_ss
Definition: divide.h:39
divide< std::int32_t > divide_ii
Definition: divide.h:40
divide< gr_complex > divide_cc
Definition: divide.h:42
GNU Radio logging wrapper.
Definition: basic_block.h:29