1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-19 06:08:51 -04:00

LimeSDR input: moved FileRecord out of the GUI

This commit is contained in:
f4exb
2017-09-05 00:00:33 +02:00
parent 9da26ad8b3
commit 175fd69014
4 changed files with 49 additions and 20 deletions
@@ -24,7 +24,6 @@
#include "limesdrinput.h"
class DeviceSourceAPI;
class FileRecord;
namespace Ui {
class LimeSDRInputGUI;
@@ -57,7 +56,6 @@ private:
QTimer m_updateTimer;
QTimer m_statusTimer;
DeviceSampleSource* m_sampleSource;
FileRecord *m_fileSink; //!< File sink to record device I/Q output
int m_sampleRate;
quint64 m_deviceCenterFrequency; //!< Center frequency in device
int m_lastEngineState;