GNU Radio 3.6.5 C++ API

gr::blocks::copy Class Reference

output[i] = input[i] More...

#include <copy.h>

Inheritance diagram for gr::blocks::copy:
gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter gr::blocks::copy_impl

List of all members.

Public Types

typedef boost::shared_ptr< copysptr

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)

Detailed Description

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.


Member Typedef Documentation


Member Function Documentation

virtual bool gr::blocks::copy::enabled ( ) const [pure virtual]

Implemented in gr::blocks::copy_impl.

static sptr gr::blocks::copy::make ( size_t  itemsize) [static]
virtual void gr::blocks::copy::set_enabled ( bool  enable) [pure virtual]

Implemented in gr::blocks::copy_impl.


The documentation for this class was generated from the following file: