mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-15 12:18:34 -04:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user