mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Add new wspr tx scheduling code. Not yet active.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5531 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ea2b926a26
commit
18f7a26b91
@ -240,6 +240,7 @@ set (wsjtx_CXXSRCS
|
|||||||
main.cpp
|
main.cpp
|
||||||
wsprnet.cpp
|
wsprnet.cpp
|
||||||
WSPRBandHopping.cpp
|
WSPRBandHopping.cpp
|
||||||
|
WsprTxScheduler.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
@ -64,7 +64,7 @@ SOURCES += \
|
|||||||
getfile.cpp soundout.cpp soundin.cpp meterwidget.cpp signalmeter.cpp \
|
getfile.cpp soundout.cpp soundin.cpp meterwidget.cpp signalmeter.cpp \
|
||||||
WFPalette.cpp plotter.cpp widegraph.cpp about.cpp mainwindow.cpp \
|
WFPalette.cpp plotter.cpp widegraph.cpp about.cpp mainwindow.cpp \
|
||||||
main.cpp decodedtext.cpp wsprnet.cpp messageaveraging.cpp \
|
main.cpp decodedtext.cpp wsprnet.cpp messageaveraging.cpp \
|
||||||
echoplot.cpp echograph.cpp Modes.cpp WSPRBandHopping.cpp
|
echoplot.cpp echograph.cpp Modes.cpp WSPRBandHopping.cpp WsprTxScheduler.cpp
|
||||||
|
|
||||||
HEADERS += qt_helpers.hpp \
|
HEADERS += qt_helpers.hpp \
|
||||||
pimpl_h.hpp pimpl_impl.hpp \
|
pimpl_h.hpp pimpl_impl.hpp \
|
||||||
@ -81,7 +81,7 @@ HEADERS += qt_helpers.hpp \
|
|||||||
logbook/countrydat.h \
|
logbook/countrydat.h \
|
||||||
logbook/countriesworked.h \
|
logbook/countriesworked.h \
|
||||||
logbook/adif.h \
|
logbook/adif.h \
|
||||||
messageaveraging.h echoplot.h echograph.h Modes.hpp WSPRBandHopping.hpp
|
messageaveraging.h echoplot.h echograph.h Modes.hpp WSPRBandHopping.hpp WsprTxScheduler.h
|
||||||
|
|
||||||
INCLUDEPATH += qmake_only
|
INCLUDEPATH += qmake_only
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user