Another stage in the renaming process, Q65W -> QMAP. It this all?

This commit is contained in:
Joe Taylor 2023-01-25 10:07:07 -05:00
parent a87c308823
commit 6979a56d5d
108 changed files with 5 additions and 5 deletions

View File

@ -1424,9 +1424,9 @@ endif (${OPENMP_FOUND} OR APPLE)
if (WIN32)
find_package (Portaudio REQUIRED)
# build map65 OR q65w
# build map65 OR qmap
# add_subdirectory (map65)
add_subdirectory (q65w)
add_subdirectory (qmap)
endif ()
# build the main application

View File

View File

@ -33,7 +33,7 @@ set_property (SOURCE ${qmap_C_and_CXXSRCS} APPEND_STRING PROPERTY COMPILE_FLAGS
set_property (SOURCE ${qmap_C_and_CXXSRCS} APPEND PROPERTY OBJECT_DEPENDS ${CMAKE_BINARY_DIR}/wsjtx_config.h)
# build the subdirectories
add_subdirectory (libq65)
add_subdirectory (libqmap)
# UI generation
qt5_wrap_ui (qmap_GENUISRCS ${qmap_UISRCS})

View File

@ -2,8 +2,8 @@ subroutine q65b(nutc,nqd,fcenter,nfcal,nfsample,ikhz,mousedf,ntol, &
mycall0,hiscall0,hisgrid,mode_q65,f0,fqso,nkhz_center, newdat,nagain, &
max_drift,ndepth,datetime,ndop00,idec)
! This routine provides an interface between Q65W and the Q65 decoder
! in WSJT-X. All arguments are input data obtained from the Q65W GUI.
! This routine provides an interface between QMAP and the Q65 decoder
! in WSJT-X. All arguments are input data obtained from the QMAP GUI.
! Raw Rx data are available as the 96 kHz complex spectrum ca(MAXFFT1)
! in common/cacb. Decoded messages are sent back to the GUI.

Some files were not shown because too many files have changed in this diff Show More