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

Server: implemented add device set and remove last device set and associated web API entry points

This commit is contained in:
f4exb
2017-12-20 01:01:53 +01:00
parent 934af70c74
commit c7e75b4bef
92 changed files with 452 additions and 89 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
#include "dsp/devicesamplesink.h"
DeviceSampleSink::DeviceSampleSink() :
m_sampleSourceFifo(1<<19)
m_sampleSourceFifo(1<<19),
m_guiMessageQueue(0)
{
connect(&m_inputMessageQueue, SIGNAL(messageEnqueued()), this, SLOT(handleInputMessages()));
}