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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user