1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-15 16:03:42 -04:00

FCDPro input: moved FileRecord out of the GUI

This commit is contained in:
f4exb
2017-09-04 23:35:57 +02:00
parent 8e9305c262
commit 622ac93250
4 changed files with 49 additions and 18 deletions
-2
View File
@@ -24,7 +24,6 @@
#include "fcdproinput.h"
class DeviceSourceAPI;
class FileRecord;
class QWidget;
namespace Ui {
@@ -59,7 +58,6 @@ private:
QTimer m_statusTimer;
std::vector<int> m_gains;
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;