8 #ifndef INCLUDED_FUNCUBE_FCDPP_IMPL_H
9 #define INCLUDED_FUNCUBE_FCDPP_IMPL_H
11 #include <gnuradio/audio/source.h>
12 #include <gnuradio/logger.h>
13 #include <gnuradio/prefs.h>
24 gr::audio::source::sptr
fcd;
26 unsigned int d_freq_req;
29 gr::logger_ptr d_logger;
Funcube Dongle source block.
Definition: fcd.h:32
std::shared_ptr< fcdpp_control > sptr
Definition: fcdpp_control.h:25
Definition: fcdpp_impl.h:22
void set_lna(int gain)
Switches the LNA on/off.
fcdpp_impl(const std::string device_name, int unit)
void set_if_gain(int gain)
Set If gain.
void set_freq_corr(int ppm)
Set new frequency correction.
void set_freq(float freq)
Set frequency with resolution defined by unit.
void set_mixer_gain(int gain)
Switches mixer gain onf/off.
Funcube Pro+ Dongle source block.
Definition: fcdpp.h:31