GNU Radio 3.7.1 C++ API
|
output[i] = input[i] More...
#include <copy.h>
Public Types | |
typedef boost::shared_ptr< copy > | sptr |
Public Member Functions | |
virtual void | set_enabled (bool enable)=0 |
virtual bool | enabled () const =0 |
Static Public Member Functions | |
static sptr | make (size_t itemsize) |
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.
typedef boost::shared_ptr<copy> gr::blocks::copy::sptr |
virtual bool gr::blocks::copy::enabled | ( | ) | const [pure virtual] |
static sptr gr::blocks::copy::make | ( | size_t | itemsize | ) | [static] |
virtual void gr::blocks::copy::set_enabled | ( | bool | enable | ) | [pure virtual] |