11 #ifndef INCLUDED_GR_NOP_H 12 #define INCLUDED_GR_NOP_H 29 typedef std::shared_ptr<nop>
sptr;
36 static sptr make(
size_t sizeof_stream_item);
38 virtual int nmsgs_received()
const = 0;
40 virtual int ctrlport_test()
const = 0;
41 virtual void set_ctrlport_test(
int x) = 0;
GNU Radio logging wrapper.
Definition: basic_block.h:29
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
Does nothing. Used for testing only.
Definition: nop.h:25
std::shared_ptr< nop > sptr
Definition: nop.h:29
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: gnuradio-runtime/include/gnuradio/block.h:62