1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 23:43:43 -04:00

Deep redesign: fixed FCD serialization. Pretty print utilities. Reverted optimization of source serializer

This commit is contained in:
f4exb
2015-08-28 11:12:31 +02:00
parent 38485ae0d0
commit 5101a08632
10 changed files with 218 additions and 9 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public:
qint32 m_RxGain3; //!< Rx third stage amplifier gain
};
static const QByteArray& writeSerializedData(const Data& data);
static void writeSerializedData(const Data& data, QByteArray& serializedData);
static bool readSerializedData(const QByteArray& serializedData, Data& data);
static void setDefaults(Data& data);
static uint getSerializerVersion() { return m_version; }