mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-11 18:28:43 -04:00
Deep redesign: fixed FCD serialization. Pretty print utilities. Reverted optimization of source serializer
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
void RTLSDRSerializer::writeSerializedData(const SampleSourceSerializer::Data& data, QByteArray& serializedData)
|
||||
{
|
||||
serializedData = SampleSourceSerializer::writeSerializedData(data);
|
||||
SampleSourceSerializer::writeSerializedData(data, serializedData);
|
||||
}
|
||||
|
||||
bool RTLSDRSerializer::readSerializedData(const QByteArray& serializedData, SampleSourceSerializer::Data& data)
|
||||
|
||||
Reference in New Issue
Block a user