1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-21 07:08:45 -04:00

Feature plugins framework: presets

This commit is contained in:
f4exb
2020-09-24 05:38:05 +02:00
parent 34c57d7f35
commit 6d090b5862
43 changed files with 2183 additions and 17 deletions
@@ -44,7 +44,7 @@ QByteArray SigMFFileInputSettings::serialize() const
s.writeString(1, m_fileName);
s.writeU32(2, m_accelerationFactor);
s.writeBool(3, m_trackLoop);
s.writeBool(3, m_fullLoop);
s.writeBool(4, m_fullLoop);
s.writeBool(5, m_useReverseAPI);
s.writeString(6, m_reverseAPIAddress);
s.writeU32(7, m_reverseAPIPort);
@@ -156,4 +156,4 @@ int SigMFFileInputSettings::bitsToBytes(int bits)
} else {
return 8;
}
}
}