1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

SoapySDR support: interface for all generic GUI elements

This commit is contained in:
f4exb
2018-11-01 10:06:27 +01:00
parent d5ce833668
commit f79e6bc3ab
9 changed files with 108 additions and 18 deletions
@@ -28,6 +28,7 @@
#include "soapysdrinput.h"
class DeviceUISet;
class ItemSettingGUI;
namespace Ui {
class SoapySDRInputGui;
@@ -66,6 +67,11 @@ private:
quint64 m_deviceCenterFrequency; //!< Center frequency in device
int m_lastEngineState;
MessageQueue m_inputMessageQueue;
ItemSettingGUI *m_sampleRateGUI;
private slots:
void sampleRateChanged(double sampleRate);
};