1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

HackRF input: moved FileRecord out of the GUI

This commit is contained in:
f4exb
2017-09-04 23:49:51 +02:00
parent fc303cc218
commit 9da26ad8b3
4 changed files with 52 additions and 20 deletions
@@ -21,12 +21,11 @@
#include <QTimer>
#include <QWidget>
#include "../hackrfinput/hackrfinput.h"
#include "hackrfinput.h"
#define HACKRF_MAX_DEVICE (32)
class DeviceSourceAPI;
class FileRecord;
namespace Ui {
class HackRFInputGui;
@@ -67,7 +66,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;