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

Change settings from main context.

This commit is contained in:
John Greb
2014-12-02 19:00:12 +00:00
parent 9d18a9a1e9
commit 6704651786
4 changed files with 16 additions and 20 deletions
+4 -1
View File
@@ -72,6 +72,9 @@ public:
const QString& getDeviceDescription() const;
int getSampleRate() const;
void set_center_freq(double freq);
void set_bias_t(bool on);
void set_lna_gain(bool on);
quint64 getCenterFrequency() const;
bool handleMessage(Message* message);
@@ -80,7 +83,7 @@ private:
Settings m_settings;
FCDThread* m_FCDThread;
QString m_deviceDescription;
bool applySettings(const GeneralSettings& generalSettings, const Settings& settings, bool force);
void applySettings(const GeneralSettings& generalSettings, const Settings& settings, bool force);
};
#endif // INCLUDE_FCD_H