mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Send Q65 decodes to Band Map and Messages windows.
This commit is contained in:
parent
8b2e257e2c
commit
5f439126ee
@ -359,7 +359,7 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
|
||||
flush(6)
|
||||
endif
|
||||
if(nqd.eq.2 .and. mode65.eq.0) go to 999
|
||||
if(nagain.eq.1 .and. nqd.eq.1) go to 999
|
||||
if(nqd.eq.1 .and. nagain.eq.1) go to 999
|
||||
enddo
|
||||
|
||||
! Trim the list and produce a sorted index and sizes of groups.
|
||||
@ -469,6 +469,7 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb, &
|
||||
endif
|
||||
j=j+nsiz(n)
|
||||
enddo !i=1,km
|
||||
|
||||
write(26,1015) nutc
|
||||
1015 format(37x,i6.4,' ')
|
||||
call flush(21)
|
||||
|
@ -143,9 +143,9 @@ subroutine q65b(nutc,fcenter,nfcal,nfsample,ikhz,mousedf,ntol,xpol, &
|
||||
1100 format(a)
|
||||
|
||||
! Should write to lu 26 here, for Messages and Band Map windows ?
|
||||
! write(26,1014) freq0,nfreq0,0,0,0,xdt0,ipol0,0, &
|
||||
! nsnr0,nutc,msg40(1:22),' ',char(ichar('A') + mode_q65-1)
|
||||
!1014 format(f8.3,i5,3i3,f5.1,i4,i3,i4,i5.4,4x,a22,2x,a1,3x,':',a1)
|
||||
write(26,1014) freq0,nfreq0,0,0,0,xdt0,ipol0,0, &
|
||||
nsnr0,nutc,msg0(1:22),'Q',char(ichar('A') + mode_q65-1)
|
||||
1014 format(f8.3,i5,3i3,f5.1,i4,i3,i4,i5.4,4x,a22,2x,a1,3x,':',a1)
|
||||
|
||||
! Write to file map65_rx.log:
|
||||
write(21,1110) freq0,nfreq,xdt0,45*(ipol-1),nsnr0,nutc,msg0(1:28),cq0
|
||||
|
Loading…
Reference in New Issue
Block a user