Send parameters for experience-based decoding to jt9[.exe].

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6181 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2015-11-25 20:09:57 +00:00
parent 011b0cfc85
commit f8d0eb66a8
11 changed files with 33 additions and 20 deletions
+6
View File
@@ -1697,6 +1697,12 @@ void MainWindow::decode() //decode()
jt9com_.emedelay=0.0;
if(m_bEME) jt9com_.emedelay=2.5;
jt9com_.minSync=m_minSync;
jt9com_.nexp_decode=0;
if(m_config.MyDx()) jt9com_.nexp_decode += 1;
if(m_config.CQMyN()) jt9com_.nexp_decode += 2;
if(m_config.NDxG()) jt9com_.nexp_decode += 4;
if(m_config.NN()) jt9com_.nexp_decode += 8;
if(m_config.EMEonly()) jt9com_.nexp_decode += 16;
strncpy(jt9com_.datetime, m_dateTime.toLatin1(), 20);
strncpy(jt9com_.mycall, (m_config.my_callsign()+" ").toLatin1(),12);