Copy: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
== Parameters ==
== Parameters ==
(''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span>
(''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span>
; Type
:* Complex
:* Float
:* Int
:* Short
:* Byte


; Enabled (''R'')
; Enabled (''R'')
Line 11: Line 17:
: This block has an "enabled" message port that can be used to turn it on or off.
: This block has an "enabled" message port that can be used to turn it on or off.


== 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.
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.
Line 18: Line 24:


; C++ files
; C++ files
: [https://github.com/gnuradio/gnuradio TODO]
: [ TODO]


; Header files
; Header files
: [https://github.com/gnuradio/gnuradio TODO]
: [https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/lib_copy_impl.cc lib_copy_impl.cc]


; Public header files
; Public header files

Revision as of 06:19, 22 February 2022

When enabled (default), this block copies its input to its output. When disabled, this block drops its input on the floor.

Parameters

(R): Run-time adjustable

Type
  • Complex
  • Float
  • Int
  • Short
  • Byte
Enabled (R)
Whether or not the input is copied to the output, or just dropped.
Show Msg Ports
This block has an "enabled" message port that can be used to turn it on or off.

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.

Source Files

C++ files
[ TODO]
Header files
lib_copy_impl.cc
Public header files
TODO
Block definition
TODO