33 typedef std::shared_ptr<xor_blk<T>>
sptr;
35 static sptr make(
size_t vlen = 1);
xor_blk< std::int32_t > xor_ii
Definition: xor_blk.h:40
xor_blk< std::int16_t > xor_ss
Definition: xor_blk.h:39
std::shared_ptr< xor_blk< T > > sptr
Definition: xor_blk.h:33
xor_blk< std::uint8_t > xor_bb
Definition: xor_blk.h:38
GNU Radio logging wrapper.
Definition: basic_block.h:29
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25
output = input_0 ^ input_1 ^ , ... ^ input_N)Bitwise boolean xor across all input streams...
Definition: xor_blk.h:29