Remove the 'QMAP deciding finished' stuff, it was a bad idea.

This commit is contained in:
Joe Taylor 2023-12-11 10:51:50 -05:00
parent b0ea3a2eb5
commit c413ea2f14
4 changed files with 1 additions and 5 deletions

View File

@ -49,8 +49,6 @@ subroutine decode0(dd,ss,savg)
nfcal,mycall,hiscall,hisgrid,nfsample,nmode,ndepth, &
datetime,ndop00,fselected)
call timer('qmapa ',1)
ndecodes=ndecodes+1
result(ndecodes)='QMAP decoding finished'
return
end subroutine decode0

View File

@ -128,7 +128,7 @@ subroutine q65b(nutc,nqd,fcenter,nfcal,nfsample,ikhz,mousedf,ntol, &
if(ndf.lt.-500) ikhz1=ikhz + (nq65df-500)/1000
ndf=nq65df - 1000*(ikhz1-ikhz)
freq1=freq0 + 0.001d0*(ikhz1-ikhz)
ndecodes=min(ndecodes+1,50-1)
ndecodes=min(ndecodes+1,50)
frx=0.001*k0*df+nkhz_center-48.0+1.0 - 0.001*nfcal
fsked=frx - 0.001*ndop00/2.0 - 0.001*offset
ctmp=csubmode//' '//trim(msg0)

View File

@ -938,7 +938,6 @@ void MainWindow::guiUpdate()
if(decodes_.ndecodes > m_fetched) {
while(m_fetched<decodes_.ndecodes) {
QString t=QString::fromLatin1(decodes_.result[m_fetched]);
if(t.trimmed()=="QMAP decoding finished") break;
if(m_UTC0!="" and m_UTC0!=t.left(4)) {
t1="-";
ui->decodedTextBrowser->append(t1.repeated(60));

View File

@ -9637,7 +9637,6 @@ void MainWindow::readWidebandDecodes()
// Recover and parse each decoded line.
QString line=QString::fromLatin1(qmapcom.result[m_fetched]);
m_fetched++;
if(m_fetched==qmapcom.ndecodes) break;
nhr=line.mid(0,2).toInt();
nmin=line.mid(2,2).toInt();
nsec=line.mid(4,2).toInt();