21 #ifndef INCLUDED_MESA_IOSELECTOR_H 22 #define INCLUDED_MESA_IOSELECTOR_H 24 #include <gnuradio/sync_block.h> 37 typedef boost::shared_ptr<ioselector>
sptr;
47 static sptr make(
int numinputs,
int numoutputs,
int inputport,
int outputport,
50 virtual void set_input_index(
int newValue) = 0;
51 virtual void set_output_index(
int newValue) = 0;
#define MESA_API
Definition: api.h:31
Definition: AutoDopplerCorrect.h:27
boost::shared_ptr< ioselector > sptr
Definition: ioselector.h:37
<+description of block+>
Definition: ioselector.h:35