mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Device source plugins: implemented an init method for initializations to be done when all collaborating objects are created and possibly connected
This commit is contained in:
@@ -198,6 +198,11 @@ void SDRPlayInput::closeDevice()
|
||||
m_deviceDescription.clear();
|
||||
}
|
||||
|
||||
void SDRPlayInput::init()
|
||||
{
|
||||
applySettings(m_settings, true, true);
|
||||
}
|
||||
|
||||
void SDRPlayInput::stop()
|
||||
{
|
||||
// QMutexLocker mutexLocker(&m_mutex);
|
||||
|
||||
Reference in New Issue
Block a user