Implemented "CQ DX " by disguising it as callsign "CQ9DX ".

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2791 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-12-11 18:50:07 +00:00
parent 52f7656c0a
commit d1289e23f3
6 changed files with 25 additions and 15 deletions
+3 -1
View File
@@ -24,8 +24,10 @@ subroutine packmsg(msg,dat,text)
iz=iz-1
enddo
5 if(msg(1:6).eq.'CQ DX ') msg(3:3)='9'
! See if it's a CQ message
5 if(msg(1:3).eq.'CQ ') then
if(msg(1:3).eq.'CQ ') then
i=3
! ... and if so, does it have a reply frequency?
if(msg(4:4).ge.'0' .and. msg(4:4).le.'9' .and. &