21 #ifndef INCLUDED_FCDPROPLUS_FCDPROPLUS_IMPL_H
22 #define INCLUDED_FCDPROPLUS_FCDPROPLUS_IMPL_H
26 #include <gnuradio/audio/source.h>
27 #include <gnuradio/logger.h>
28 #include <gnuradio/prefs.h>
32 namespace fcdproplus {
37 gr::audio::source::sptr
fcd;
39 unsigned int d_freq_req;
42 gr::logger_ptr d_logger;
Funcube Dongle source block.
Definition: fcd.h:47
boost::shared_ptr< fcdpp_control > sptr
Definition: fcdpp_control.h:34
Definition: fcdproplus_impl.h:35
void set_lna(int gain)
Switches the LNA on/off.
void set_freq_corr(int ppm)
Set new frequency correction.
void set_freq(float freq)
Set frequency with resolution defined by unit.
void set_if_gain(int gain)
Set If gain.
void set_mixer_gain(int gain)
Switches mixer gain onf/off.
fcdproplus_impl(const std::string user_device_name, int unit)
Funcube Pro+ Dongle source block.
Definition: fcdproplus.h:47