23 #ifndef INCLUDED_GR_NOP_H
24 #define INCLUDED_GR_NOP_H
48 static sptr make(
size_t sizeof_stream_item);
50 virtual int nmsgs_received()
const = 0;
52 virtual int ctrlport_test()
const = 0;
53 virtual void set_ctrlport_test(
int x) = 0;
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
Does nothing. Used for testing only.
Definition: nop.h:37
boost::shared_ptr< nop > sptr
Definition: nop.h:41
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60