1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-11 18:28:43 -04:00
This commit is contained in:
John Greb
2014-12-02 14:23:21 +00:00
parent f10a0b778d
commit c364378824
8 changed files with 101 additions and 155 deletions
+3
View File
@@ -32,6 +32,9 @@ class FCDInput : public SampleSource {
public:
struct Settings {
Settings();
qint32 range;
qint32 gain;
qint32 bias;
void resetToDefaults();
QByteArray serialize() const;
bool deserialize(const QByteArray& data);