Tag Gate: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(add Example Flowgraph)
Line 15: Line 15:
== Example Flowgraph ==
== Example Flowgraph ==


Insert description of flowgraph here, then show a screenshot of the flowgraph and the output if there is an interesting GUI. Currently we have no standard method of uploading the actual flowgraph to the wiki or git repo, unfortunately. The plan is to have an example flowgraph showing how the block might be used, for every block, and the flowgraphs will live in the git repo.
In this flowgraph, the Tag Gate simulates transmission through a medium which does not pass tags. In this case, it separates the transmitter from the receiver.
 
[[File:Fec_coder_payload_fg.png|800px]]


== Source Files ==
== Source Files ==

Revision as of 17:52, 1 August 2024

Control tag propagation.

Use this block to stop tags from propagating.

Parameters

(R): Run-time adjustable

Propagate tags
Set this to true to allow tags to pass through this block.
Single key (R)
Key of the tags to stop

Example Flowgraph

In this flowgraph, the Tag Gate simulates transmission through a medium which does not pass tags. In this case, it separates the transmitter from the receiver.

Fec coder payload fg.png

Source Files

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