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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user