mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
SDRdaemon plugin: handle data reads
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#include <QTimer>
|
||||
#include <ctime>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
class SDRdaemonThread;
|
||||
|
||||
@@ -197,7 +196,6 @@ public:
|
||||
private:
|
||||
QMutex m_mutex;
|
||||
Settings m_settings;
|
||||
std::ifstream m_ifstream;
|
||||
SDRdaemonThread* m_SDRdaemonThread;
|
||||
QString m_deviceDescription;
|
||||
QString m_fileName;
|
||||
@@ -207,7 +205,6 @@ private:
|
||||
const QTimer& m_masterTimer;
|
||||
|
||||
bool applySettings(const Settings& settings, bool force);
|
||||
void openFileStream();
|
||||
};
|
||||
|
||||
#endif // INCLUDE_SDRDAEMONINPUT_H
|
||||
|
||||
Reference in New Issue
Block a user