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

Fixed some compilation issues

This commit is contained in:
f4exb
2019-10-24 22:18:36 +02:00
parent e2fd1384f7
commit d63f1a3ed5
11 changed files with 14 additions and 10 deletions
+4
View File
@@ -101,6 +101,8 @@ bool DSPDeviceMIMOEngine::initProcess(int subsystemIndex)
DSPGenerationInit cmd;
return m_syncMessenger.sendWait(cmd) == StReady;
}
return false;
}
bool DSPDeviceMIMOEngine::startProcess(int subsystemIndex)
@@ -116,6 +118,8 @@ bool DSPDeviceMIMOEngine::startProcess(int subsystemIndex)
DSPGenerationStart cmd;
return m_syncMessenger.sendWait(cmd) == StRunning;
}
return false;
}
void DSPDeviceMIMOEngine::stopProcess(int subsystemIndex)