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