Go to the source code of this file.
Classes | |
class | gr::blocks::xor_blk< T > |
output = input_0 ^ input_1 ^ , ... ^ input_N)Bitwise boolean xor across all input streams. More... | |
Namespaces | |
gr | |
GNU Radio logging wrapper for log4cpp library (C++ port of log4j) | |
gr::blocks | |
Typedefs | |
typedef xor_blk< std::uint8_t > | gr::blocks::xor_bb |
typedef xor_blk< std::int16_t > | gr::blocks::xor_ss |
typedef xor_blk< std::int32_t > | gr::blocks::xor_ii |