mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
BladeRF2 and Interferometer: MO operations fixes
This commit is contained in:
@@ -84,13 +84,13 @@ void Interferometer::setScopeSink(BasebandSampleSink *scopeSink)
|
||||
m_sink->setScopeSink(scopeSink);
|
||||
}
|
||||
|
||||
void Interferometer::start()
|
||||
void Interferometer::startSinks()
|
||||
{
|
||||
m_sink->reset();
|
||||
m_thread->start();
|
||||
}
|
||||
|
||||
void Interferometer::stop()
|
||||
void Interferometer::stopSinks()
|
||||
{
|
||||
m_thread->exit();
|
||||
m_thread->wait();
|
||||
|
||||
Reference in New Issue
Block a user