mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 20:48:33 -04:00
Another stage in the renaming process, Q65W -> QMAP. It this all?
This commit is contained in:
parent
a87c308823
commit
6979a56d5d
CMakeLists.txt
qmap
.gitignoreCMakeLists.txtLICENSE_WHEATLEY.TXTMAP65_Beta_Release.docxabout.cppabout.habout.uiafmhot.datastro.cppastro.hastro.uiblue.datcommons.hdevsetup.cppdevsetup.hdevsetup.uidisplaytext.cppdisplaytext.hffft.fft2000_freq.shgetfile.cppgetfile.hgetsvn.cmakein.dat
libqmap
CMakeLists.txtastro.f90astro0.f90astrosub.f90dcoord.f90decode0.f90dot.f90f77_wisdom.ffchisq0.f90fftw3.ffftw3.f90filbig.f90four2a.f90ftninit.f90ftnquit.f90geocentric.f90getcand2.f90getdphi.f90grid2deg.f90indexx.f90lorentzian.f90moon2.f90moondop.f90msgs.txtnjunk.f90pfx.f90q65_sync.f90q65b.f90q65c.f90qmapa.f90recvpkt.f90rfile3a.f90set.f90shell.f90sleep_msec.f90smo.f90sort.f90ssort.fsun.f90symspec.f90synctst.f90synctst2.f90tastro.f90timf2.f90tm2.f90toxyz.f90twkfreq.f90twkfreq_xy.f90zplot.f90
main.cppmainwindow.cppmainwindow.hmainwindow.uimap65_config.h.inmeterwidget.cppmeterwidget.hplotter.cppplotter.hqmap.proqmap.rcresources
CALL3.TXTREADME.qthid.txtqt.conf
signalmeter.cppsignalmeter.hsleep.hqthid
AUTHORS.qthid.4.1.txtAUTHORS.qthid4.0.txtLICENSE.txtNEWS.qhid-4.0.txtNEWS.qthid-4.1.txtREADME-qthid-4.1.txtREADME.qthid-4.0.txt
wisdom1.batwisdom2.bat@ -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
|
||||
|
0
q65w/.gitignore → qmap/.gitignore
vendored
0
q65w/.gitignore → qmap/.gitignore
vendored
@ -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})
|
@ -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
Loading…
Reference in New Issue
Block a user