45 typedef boost::shared_ptr<xor_blk<T>>
sptr;
47 static sptr make(
size_t vlen = 1);
boost::shared_ptr< xor_blk< T > > sptr
Definition: xor_blk.h:45
xor_blk< std::int32_t > xor_ii
Definition: xor_blk.h:52
xor_blk< std::int16_t > xor_ss
Definition: xor_blk.h:51
xor_blk< std::uint8_t > xor_bb
Definition: xor_blk.h:50
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
output = input_0 ^ input_1 ^ , ... ^ input_N)Bitwise boolean xor across all input streams...
Definition: xor_blk.h:41