34 typedef std::shared_ptr<and_blk<T>>
sptr;
36 static sptr make(
size_t vlen = 1);
and_blk< std::int32_t > and_ii
Definition: and_blk.h:41
and_blk< std::int16_t > and_ss
Definition: and_blk.h:40
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[M-1]
Definition: and_blk.h:30
and_blk< std::uint8_t > and_bb
Definition: and_blk.h:39
std::shared_ptr< and_blk< T > > sptr
Definition: and_blk.h:34