23#include <gnuradio/hier_block2.h>
24#include <gnuradio/blocks/file_sink.h>
25#include <gnuradio/blocks/throttle.h>
31typedef std::shared_ptr< file_sink_c > file_sink_c_sptr;
36 public gr::hier_block2,
49 static std::vector< std::string >
get_devices(
bool fake =
false );
66 double set_gain(
double gain,
size_t chan = 0 );
67 double set_gain(
double gain,
const std::string &
name,
size_t chan = 0 );
72 std::string
set_antenna(
const std::string & antenna,
size_t chan = 0 );
76 gr::blocks::file_sink::sptr _sink;
77 gr::blocks::throttle::sptr _throttle;
Definition file_sink_c.h:38
osmosdr::freq_range_t get_freq_range(size_t chan=0)
double get_center_freq(size_t chan=0)
size_t get_num_channels(void)
double get_gain(const std::string &name, size_t chan=0)
double set_sample_rate(double rate)
osmosdr::gain_range_t get_gain_range(const std::string &name, size_t chan=0)
static std::vector< std::string > get_devices(bool fake=false)
std::string set_antenna(const std::string &antenna, size_t chan=0)
double set_gain(double gain, const std::string &name, size_t chan=0)
double set_freq_corr(double ppm, size_t chan=0)
double get_gain(size_t chan=0)
double set_gain(double gain, size_t chan=0)
std::string get_antenna(size_t chan=0)
osmosdr::meta_range_t get_sample_rates(void)
osmosdr::gain_range_t get_gain_range(size_t chan=0)
double get_sample_rate(void)
double get_freq_corr(size_t chan=0)
std::vector< std::string > get_gain_names(size_t chan=0)
double set_center_freq(double freq, size_t chan=0)
std::vector< std::string > get_antennas(size_t chan=0)
friend file_sink_c_sptr make_file_sink_c(const std::string &args)
Definition sink_iface.h:33
file_sink_c_sptr make_file_sink_c(const std::string &args="")