Basically operational with save_qm called in the decoder thread. Needs testing!

This commit is contained in:
Joe Taylor
2024-01-15 15:47:57 -05:00
parent 4af9c58bb0
commit 2f46104140
5 changed files with 42 additions and 23 deletions
+2
View File
@@ -900,6 +900,8 @@ void MainWindow::decode() //decode()
datcom_.junk1=1234; //Check for these values in m65
datcom_.junk2=5678;
datcom_.bAlso30=m_bAlso30;
datcom_.ndop00=m_dop00;
datcom_.ndop58=m_dop58;
char *to = (char*) datcom2_.d4;
char *from = (char*) datcom_.d4;