1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

RxTx semantic move: renamed FileSink to FileRecord

This commit is contained in:
f4exb
2016-10-02 10:30:58 +02:00
parent a8247b8b42
commit 1fa80272b5
23 changed files with 74 additions and 64 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
#include "plugin/plugingui.h"
class DeviceAPI;
class FileSink;
class FileRecord;
class QWidget;
namespace Ui {
@@ -58,7 +58,7 @@ private:
QTimer m_statusTimer;
std::vector<int> m_gains;
SampleSource* m_sampleSource;
FileSink *m_fileSink; //!< File sink to record device I/Q output
FileRecord *m_fileSink; //!< File sink to record device I/Q output
int m_sampleRate;
quint64 m_deviceCenterFrequency; //!< Center frequency in device
int m_lastEngineState;