Null Sink: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Created page with "The "bit bucket". Use as a termination point when a sink is required but we don't want to do anything with the stream.")
 
(add example flowgraph)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Block Docs]]
The "bit bucket". Use as a termination point when a sink is required but we don't want to do anything with the stream.
The "bit bucket". Use as a termination point when a sink is required but we don't want to do anything with the stream.
== Parameters ==
None
== Example Flowgraph ==
The Detector, Mark, and Space outputs of the RTTY Demod block are unused, so they are connected to Null Sink blocks to satisfy the requirement that all ports are connected to something.
[[File:Test0624.png|800px]]
== Source Files ==
; C++ files
: [https://github.com/gnuradio/gnuradio TODO]
; Header files
: [https://github.com/gnuradio/gnuradio TODO]
; Public header files
: [https://github.com/gnuradio/gnuradio TODO]
; Block definition
: [https://github.com/gnuradio/gnuradio TODO]

Latest revision as of 17:54, 28 December 2019

The "bit bucket". Use as a termination point when a sink is required but we don't want to do anything with the stream.

Parameters

None

Example Flowgraph

The Detector, Mark, and Space outputs of the RTTY Demod block are unused, so they are connected to Null Sink blocks to satisfy the requirement that all ports are connected to something.

Test0624.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO