Virtual Sink: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(add example flowgraph)
No edit summary
Line 1: Line 1:
[[Category:Block Docs]]
[[Category:Block Docs]]
When paired with a [[Virtual Source]] block, this is essentially the same as drawing a wire between two blocks. This block can be useful for tidying up a complex flowgraph.  
When paired with a [[Virtual Source]] block, this is essentially the same as drawing a wire between two blocks. This block can be useful for tidying up a complex flowgraph.  
This block does not support C++ output, so it cannot be used when the output language of a flowgraph in GRC is C++.


== Parameters ==
== Parameters ==

Revision as of 05:39, 20 January 2022

When paired with a Virtual Source block, this is essentially the same as drawing a wire between two blocks. This block can be useful for tidying up a complex flowgraph. This block does not support C++ output, so it cannot be used when the output language of a flowgraph in GRC is C++.

Parameters

Stream ID
Specifies the stream ID of the virtual source to read from.

Example Flowgraph

Bpsk stage6 fg.png

Source Files

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