1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-01 16:38:06 -04:00

LimeSDR: suspend/resume all buddies threads before/after open/close

This commit is contained in:
f4exb
2017-04-23 04:01:00 +02:00
parent 2369cb62af
commit 465b073d77
4 changed files with 88 additions and 70 deletions
@@ -225,6 +225,8 @@ private:
bool openDevice();
void closeDevice();
void suspendBuddies();
void resumeBuddies();
bool applySettings(const LimeSDRInputSettings& settings, bool force);
};