 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
11 #ifndef INCLUDED_GR_NOP_H
12 #define INCLUDED_GR_NOP_H
29 typedef std::shared_ptr<nop>
sptr;
static sptr make(size_t sizeof_stream_item)
Does nothing. Used for testing only.
Definition: nop.h:26
std::shared_ptr< nop > sptr
Definition: nop.h:29
virtual void set_ctrlport_test(int x)=0
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
virtual int nmsgs_received() const =0
GNU Radio logging wrapper.
Definition: basic_block.h:29
virtual int ctrlport_test() const =0