GNU Radio 3.7.1 C++ API
gr::blocks::xor_ss Class Reference

output = input_0 ^ input_1 ^ , ... ^ input_N)Bitwise boolean xor across all input streams. More...

#include <xor_ss.h>

Inheritance diagram for gr::blocks::xor_ss:

List of all members.

Public Types

typedef boost::shared_ptr< xor_sssptr

Static Public Member Functions

static sptr make (size_t vlen=1)

Detailed Description

output = input_0 ^ input_1 ^ , ... ^ input_N)

Bitwise boolean xor across all input streams.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::xor_ss::make ( size_t  vlen = 1) [static]

The documentation for this class was generated from the following file: