GNU Radio 3.4.2 C++ API
gr_copy.h File Reference
#include <gr_block.h>
Include dependency graph for gr_copy.h:

Go to the source code of this file.

Classes

class  gr_copy
 output[i] = input[i]When enabled (default), this block copies its input to its output. When disabled, this block drops its input on the floor. More...

Functions

gr_copy_sptr gr_make_copy (size_t itemsize)

Function Documentation

gr_copy_sptr gr_make_copy ( size_t  itemsize)