Copy

From GNU Radio
Jump to navigation Jump to search

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

The following graph depicts the usage of the copy block.

Copy Example Flowgraph.PNG

If copy is enabled, the same data is received at the output.

Copy Output 1.PNG

Source Files

C++ files
lib_copy_impl.cc
Header files
copy_impl.h
Public header files
copy.h
Block definition
blocks_copy.block.yml