21 #ifndef INCLUDED_LIMESDR_SINK_H 22 #define INCLUDED_LIMESDR_SINK_H 25 #include <gnuradio/sync_block.h> 34 typedef boost::shared_ptr<sink>
sptr;
94 static sptr make(
int device_number,
104 double calibr_bandw_ch0,
106 double calibr_bandw_ch1,
110 int analog_filter_ch0,
111 double analog_bandw_ch0,
112 int analog_filter_ch1,
113 double analog_bandw_ch1,
114 int digital_filter_ch0,
115 double digital_bandw_ch0,
116 int digital_filter_ch1,
117 double digital_bandw_ch1,
#define LIMESDR_API
Definition: api.h:30
boost::shared_ptr< sink > sptr
Definition: sink.h:34