mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-24 11:40:31 -05:00
Update argument list for JT65 callback in command line jt65
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6514 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
1288e64137
commit
8b2a665138
@ -37,7 +37,7 @@ contains
|
||||
end subroutine test
|
||||
|
||||
subroutine my_callback (this, utc, sync, snr, dt, freq, drift, decoded &
|
||||
, ft, qual)
|
||||
, ft, qual, smo, sum, minsync, submode, aggression)
|
||||
use jt65_decode
|
||||
implicit none
|
||||
|
||||
@ -51,6 +51,11 @@ contains
|
||||
character(len=22), intent(in) :: decoded
|
||||
integer, intent(in) :: ft
|
||||
integer, intent(in) :: qual
|
||||
integer, intent(in) :: smo
|
||||
integer, intent(in) :: sum
|
||||
integer, intent(in) :: minsync
|
||||
integer, intent(in) :: submode
|
||||
integer, intent(in) :: aggression
|
||||
|
||||
write(*,1010) utc,snr,dt,freq,decoded
|
||||
1010 format(i4.4,i4,f5.1,i5,1x,'#',1x,a22)
|
||||
|
Loading…
Reference in New Issue
Block a user