23 #ifndef INCLUDED_GR_NOP_H 24 #define INCLUDED_GR_NOP_H 41 typedef boost::shared_ptr<nop>
sptr;
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;
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
#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:71