mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-22 15:48:50 -04:00
RxTx semantic move: renamed FileSink to FileRecord
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#define HACKRF_MAX_DEVICE (32)
|
||||
|
||||
class DeviceAPI;
|
||||
class FileSink;
|
||||
class FileRecord;
|
||||
|
||||
namespace Ui {
|
||||
class HackRFGui;
|
||||
@@ -65,7 +65,7 @@ private:
|
||||
QTimer m_updateTimer;
|
||||
QTimer m_statusTimer;
|
||||
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