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);
52 virtual void set_enabled(
bool enable) = 0;
53 virtual bool enabled()
const = 0;
55 virtual void set_input_index(
unsigned int input_index) = 0;
56 virtual int input_index()
const = 0;
58 virtual void set_output_index(
unsigned int output_index) = 0;
59 virtual int output_index()
const = 0;
output[output_index][i] = input[input_index][i]
Definition: selector.h:42
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
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:71
BLOCKS_API size_t itemsize(vector_type type)