mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-09 09:25:07 -04:00
Tx support: BladeRF output plugin: compiles
This commit is contained in:
@@ -27,7 +27,6 @@ class FileRecord;
|
||||
|
||||
namespace Ui {
|
||||
class BladerfInputGui;
|
||||
class BladerfSampleRates;
|
||||
}
|
||||
|
||||
class BladerfInputGui : public QWidget, public PluginGUI {
|
||||
@@ -86,24 +85,4 @@ private slots:
|
||||
void updateStatus();
|
||||
};
|
||||
|
||||
class BladerfSampleRates {
|
||||
public:
|
||||
static unsigned int getRate(unsigned int rate_index);
|
||||
static unsigned int getRateIndex(unsigned int rate);
|
||||
static unsigned int getNbRates();
|
||||
private:
|
||||
static unsigned int m_rates[21];
|
||||
static unsigned int m_nb_rates;
|
||||
};
|
||||
|
||||
class BladerfBandwidths {
|
||||
public:
|
||||
static unsigned int getBandwidth(unsigned int bandwidth_index);
|
||||
static unsigned int getBandwidthIndex(unsigned int bandwidth);
|
||||
static unsigned int getNbBandwidths();
|
||||
private:
|
||||
static unsigned int m_halfbw[16];
|
||||
static unsigned int m_nb_halfbw;
|
||||
};
|
||||
|
||||
#endif // INCLUDE_BLADERFINPUTGUI_H
|
||||
|
||||
Reference in New Issue
Block a user