GNU Radio 3.6.5 C++ API

gr::blocks::null_sink Class Reference

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>

Inheritance diagram for gr::blocks::null_sink:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::null_sink_impl

List of all members.

Public Types

typedef boost::shared_ptr
< null_sink
sptr

Static Public Member Functions

static sptr make (size_t sizeof_stream_item)

Detailed Description

Bit bucket. Use as a termination point when a sink is required and we don't want to do anything real.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::null_sink::make ( size_t  sizeof_stream_item) [static]

Build a null sink block.

Parameters:
sizeof_stream_itemsize of the stream items in bytes.

The documentation for this class was generated from the following file: