 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_GR_SELECTOR_H
24 #define INCLUDED_GR_SELECTOR_H
45 typedef boost::shared_ptr<selector>
sptr;
48 make(
size_t itemsize,
unsigned int input_index,
unsigned int output_index);
virtual int input_index() const =0
virtual bool enabled() const =0
virtual void set_input_index(unsigned int input_index)=0
BLOCKS_API size_t itemsize(vector_type type)
output[output_index][i] = input[input_index][i]
Definition: selector.h:43
virtual void set_output_index(unsigned int output_index)=0
virtual int output_index() const =0
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
virtual void set_enabled(bool enable)=0
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:72
boost::shared_ptr< selector > sptr
Definition: selector.h:45
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
static sptr make(size_t itemsize, unsigned int input_index, unsigned int output_index)