Pass naggressive to fast_decode(). Display <...> messages only if naggressive>0.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6463 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2016-02-03 20:23:52 +00:00
parent be26c48f91
commit 95a3c00eda
6 changed files with 15 additions and 46 deletions
+2 -1
View File
@@ -116,7 +116,7 @@ float fast_s[44992]; //44992=64*703
float fast_s2[44992];
int fast_jh;
int fast_jh2;
int narg[14];
int narg[15];
QVector<QColor> g_ColorTbl;
namespace
@@ -1884,6 +1884,7 @@ void MainWindow::decode() //decode()
m_calls="<" + m_config.my_callsign() + " " + hisCall + ">";
hash_calls_(m_calls.toLatin1().data(), &narg[12], m_calls.length());
narg[13]=-1;
narg[14]=m_config.aggressive();
memcpy(d2b,dec_data.d2,2*360000);
*future3 = QtConcurrent::run(fast_decode_,&d2b[0],&narg[0],&m_msg[0][0],80);
watcher3->setFuture(*future3);