22 #ifndef INCLUDED_MESA_IOSELECTOR_H 23 #define INCLUDED_MESA_IOSELECTOR_H 26 #include <gnuradio/sync_block.h> 39 typedef boost::shared_ptr<ioselector>
sptr;
49 static sptr make(
int numinputs,
int numoutputs,
int inputport,
int outputport,
int itemsize);
51 virtual void set_input_index(
int newValue) = 0;
52 virtual void set_output_index(
int newValue) = 0;
#define MESA_API
Definition: api.h:31
Definition: AutoDopplerCorrect.h:28
boost::shared_ptr< ioselector > sptr
Definition: ioselector.h:39
<+description of block+>
Definition: ioselector.h:36