46 typedef boost::shared_ptr<divide<T>>
sptr;
output = input[0] / input[1] / ... / input[M-1]
Definition divide.h:43
boost::shared_ptr< divide< T > > sptr
Definition divide.h:46
static sptr make(size_t vlen=1)
synchronous 1:1 input to output with history
Definition sync_block.h:38
#define BLOCKS_API
Definition gr-blocks/include/gnuradio/blocks/api.h:30
divide< float > divide_ff
Definition divide.h:53
divide< std::int16_t > divide_ss
Definition divide.h:51
divide< std::int32_t > divide_ii
Definition divide.h:52
divide< gr_complex > divide_cc
Definition divide.h:54
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46