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