GNU Radio 3.6.5 C++ API
|
A source of zeros used mainly for testing. More...
#include <null_source.h>
Public Types | |
typedef boost::shared_ptr < null_source > | sptr |
Static Public Member Functions | |
static sptr | make (size_t sizeof_stream_item) |
A source of zeros used mainly for testing.
static sptr gr::blocks::null_source::make | ( | size_t | sizeof_stream_item | ) | [static] |
Build a null source block.
sizeof_stream_item | size of the stream items in bytes. |