GNU Radio 3.7.1 C++ API
|
Bit bucket. Use as a termination point when a sink is required and we don't want to do anything real. More...
#include <null_sink.h>
Public Types | |
typedef boost::shared_ptr < null_sink > | sptr |
Static Public Member Functions | |
static sptr | make (size_t sizeof_stream_item) |
Bit bucket. Use as a termination point when a sink is required and we don't want to do anything real.
static sptr gr::blocks::null_sink::make | ( | size_t | sizeof_stream_item | ) | [static] |
Build a null sink block.
sizeof_stream_item | size of the stream items in bytes. |