mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Device sink plugins: implemented an init method for initializations to be done when all collaborating objects are created and possibly connected
This commit is contained in:
@@ -104,6 +104,11 @@ bool HackRFOutput::openDevice()
|
||||
return true;
|
||||
}
|
||||
|
||||
void HackRFOutput::init()
|
||||
{
|
||||
applySettings(m_settings, true);
|
||||
}
|
||||
|
||||
bool HackRFOutput::start()
|
||||
{
|
||||
if (!m_dev) {
|
||||
|
||||
Reference in New Issue
Block a user