21#ifndef INCLUDED_FCDPROPLUS_FCDPROPLUS_IMPL_H
22#define INCLUDED_FCDPROPLUS_FCDPROPLUS_IMPL_H
25#include <gnuradio/audio/source.h>
28#include <hidapi/hidapi.h>
35 namespace fcdproplus {
40 gr::audio::source::sptr fcd;
42 unsigned int d_freq_req;
43 unsigned char aucBuf[65];
Definition: fcdproplus_impl.h:38
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
struct hid_device_ hid_device
Definition: hidapi.h:46
Definition: fcdproplus.h:30