23#ifndef INCLUDED_GR_COPY_H
24#define INCLUDED_GR_COPY_H
50 typedef boost::shared_ptr<copy>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
output[i] = input[i]
Definition: copy.h:47
boost::shared_ptr< copy > sptr
Definition: copy.h:50
virtual void set_enabled(bool enable)=0
static sptr make(size_t itemsize)
virtual bool enabled() const =0
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
BLOCKS_API size_t itemsize(vector_type type)
Include this header to use the message passing features.
Definition: basic_block.h:45