43 typedef boost::shared_ptr<or_blk<T>>
sptr;
45 static sptr make(
size_t vlen = 1);
boost::shared_ptr< or_blk< T > > sptr
Definition: or_blk.h:43
or_blk< char > or_bb
Definition: or_blk.h:50
or_blk< int > or_ii
Definition: or_blk.h:49
or_blk< short > or_ss
Definition: or_blk.h:48
output = input_0 | input_1 | , ... | input_N)Bitwise boolean or across all input streams.
Definition: or_blk.h:39
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37