1
0
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:
f4exb
2016-01-29 08:17:34 +01:00
parent e9058a1c94
commit becf359db9
6 changed files with 36 additions and 65 deletions
@@ -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