1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Move Feature workers to thread

This commit is contained in:
Jon Beniston
2021-11-25 09:28:59 +00:00
parent ad74a9294e
commit d5857c3878
24 changed files with 113 additions and 18 deletions
@@ -20,7 +20,6 @@
#include <cmath>
#include <QDebug>
#include <QTimer>
#include <QSerialPort>
#include <QRegularExpression>
@@ -36,6 +35,9 @@ GS232ControllerWorker::GS232ControllerWorker() :
m_running(false),
m_mutex(QMutex::Recursive),
m_device(nullptr),
m_serialPort(this),
m_socket(this),
m_pollTimer(this),
m_lastAzimuth(-1.0f),
m_lastElevation(-1.0f),
m_spidSetOutstanding(false),