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

FCDPro+: open/close new style

This commit is contained in:
f4exb
2017-04-14 03:29:50 +02:00
parent f456293b84
commit 1e086fb303
3 changed files with 43 additions and 20 deletions
@@ -76,6 +76,8 @@ public:
void set_lo_ppm();
private:
bool openDevice();
void closeDevice();
void applySettings(const FCDProPlusSettings& settings, bool force);
DeviceSourceAPI *m_deviceAPI;
@@ -84,6 +86,7 @@ private:
FCDProPlusSettings m_settings;
FCDProPlusThread* m_FCDThread;
QString m_deviceDescription;
bool m_running;
};
#endif // INCLUDE_FCD_H