mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 08:54:49 -04:00
PlutoSDR: added common parameters and shared structure
This commit is contained in:
@@ -87,3 +87,23 @@ bool PlutoSDRInput::handleMessage(const Message& message)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
bool PlutoSDRInput::openDevice()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void PlutoSDRInput::closeDevice()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void PlutoSDRInput::suspendBuddies()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void PlutoSDRInput::resumeBuddies()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -67,8 +67,12 @@ public:
|
||||
QString m_deviceDescription;
|
||||
PlutoSDRInputSettings m_settings;
|
||||
bool m_running;
|
||||
|
||||
QMutex m_mutex;
|
||||
|
||||
bool openDevice();
|
||||
void closeDevice();
|
||||
void suspendBuddies();
|
||||
void resumeBuddies();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user