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;
32 fcdpp_impl(
const std::string device_name,
int unit);
void set_mixer_gain(int gain)
Switches mixer gain onf/off.
void set_freq(float freq)
Set frequency with resolution defined by unit.
std::shared_ptr< fcdpp_control > sptr
Definition: fcdpp_control.h:25
fcdpp_impl(const std::string device_name, int unit)
void set_freq_corr(int ppm)
Set new frequency correction.
void set_if_gain(int gain)
Set If gain.
void set_lna(int gain)
Switches the LNA on/off.
Funcube Pro+ Dongle source block.
Definition: fcdpp.h:30
Funcube Dongle source block.
Definition: fcd.h:31
Definition: fcdpp_impl.h:21