GNU Radio 3.6.5 C++ API
|
output = input_0 ^ input_1 ^ , ... ^ input_N)Bitwise boolean xor across all input streams. More...
#include <xor_bb.h>
Public Types | |
typedef boost::shared_ptr< xor_bb > | sptr |
Static Public Member Functions | |
static sptr | make (size_t vlen=1) |
output = input_0 ^ input_1 ^ , ... ^ input_N)
Bitwise boolean xor across all input streams.
static sptr gr::blocks::xor_bb::make | ( | size_t | vlen = 1 | ) | [static] |