1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Tx ph.1: Added the DSPDeviceSinkEngine class

This commit is contained in:
f4exb
2016-10-17 18:15:08 +02:00
parent 9cf62833ba
commit 0f7ac00a71
12 changed files with 973 additions and 365 deletions
+2
View File
@@ -348,6 +348,8 @@ DSPDeviceSourceEngine::State DSPDeviceSourceEngine::gotoIdle()
(*it)->stop();
}
// TODO: why not stopping the threaded baseband sample sinks?
m_deviceSampleSource->stop();
m_deviceDescription.clear();
m_sampleRate = 0;