1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

FT4 demod: copy original FT8 worker to FT4. Isolate AI generated classes

This commit is contained in:
f4exb
2026-03-07 11:57:08 +01:00
parent 724a9a0f83
commit fbfa04a06d
9 changed files with 4433 additions and 90 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ private:
bool m_invalidSequence;
qint64 m_baseFrequency;
FT8::FT8Decoder m_ft8Decoder;
FT8::FT4Decoder m_ft4Decoder;
FT8::FT4DecoderLight m_ft4Decoder;
FT8::Packing m_packing;
MessageQueue *m_guiReportingMessageQueue;
MessageQueue *m_pskReportingMessageQueue;