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

Separate construction/destruction for the sink output plugin core and the GUI

This commit is contained in:
f4exb
2017-09-16 11:34:25 +02:00
parent 1d4cb21bb5
commit 9dd99a4530
22 changed files with 143 additions and 99 deletions
@@ -51,6 +51,11 @@ BladerfOutput::~BladerfOutput()
m_deviceAPI->setBuddySharedPtr(0);
}
void BladerfOutput::destroy()
{
delete this;
}
bool BladerfOutput::openDevice()
{
if (m_dev != 0)