mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-23 19:25:37 -05:00
c65d832356
The Status(1) message acquires the new fields Frequency Tolerance, T/R Period, and Configuration Name. The Rx DF, Tx DF fields become unsigned (this should be a benign change which is just for correctness as -ve values have never been possible). The Close(6) message becomes bi-directional allowing external applications to gracefully close down WSJT-X instances. A new message SwitchConfiguration(14) is provided that allows an external application to switch the current configuration of a WSJT-X instance. Another new message Configure(15) is provided to allow external applications to adjust some key parameters like the mode and submode. See the NetworkMessages.hpp header commentary for full details. The UDPExamples/MessageAggregator reference application has been updated to be able to exercise all of the above changes. Note that this commit enforces stricter checking on the "Settings->Reporting->Allow UDP requests" option, which must be checked before any state changing incoming messages to a WSJT-X instance are processed. |
||
---|---|---|
.. | ||
about.cpp | ||
about.h | ||
about.ui | ||
AbstractLogWindow.cpp | ||
AbstractLogWindow.hpp | ||
astro.cpp | ||
astro.h | ||
astro.ui | ||
CabrilloLogWindow.cpp | ||
CabrilloLogWindow.hpp | ||
CabrilloLogWindow.ui | ||
colorhighlighting.cpp | ||
colorhighlighting.h | ||
colorhighlighting.ui | ||
DateTimeEdit.hpp | ||
DecodeHighlightingListView.cpp | ||
DecodeHighlightingListView.hpp | ||
displaytext.cpp | ||
displaytext.h | ||
DoubleClickablePushButton.cpp | ||
DoubleClickablePushButton.hpp | ||
DoubleClickableRadioButton.cpp | ||
DoubleClickableRadioButton.hpp | ||
echograph.cpp | ||
echograph.h | ||
echograph.ui | ||
echoplot.cpp | ||
echoplot.h | ||
ExportCabrillo.cpp | ||
ExportCabrillo.h | ||
ExportCabrillo.ui | ||
fastgraph.cpp | ||
fastgraph.h | ||
fastgraph.ui | ||
fastplot.cpp | ||
fastplot.h | ||
FoxLogWindow.cpp | ||
FoxLogWindow.hpp | ||
FoxLogWindow.ui | ||
FrequencyDeltaLineEdit.cpp | ||
FrequencyDeltaLineEdit.hpp | ||
FrequencyLineEdit.cpp | ||
FrequencyLineEdit.hpp | ||
HelpTextWindow.cpp | ||
HelpTextWindow.hpp | ||
HintedSpinBox.cpp | ||
HintedSpinBox.hpp | ||
LettersSpinBox.cpp | ||
LettersSpinBox.hpp | ||
logqso.cpp | ||
logqso.h | ||
logqso.ui | ||
mainwindow.cpp | ||
mainwindow.h | ||
mainwindow.ui | ||
messageaveraging.cpp | ||
messageaveraging.h | ||
messageaveraging.ui | ||
MessageBox.cpp | ||
MessageBox.hpp | ||
meterwidget.cpp | ||
meterwidget.h | ||
plotter.cpp | ||
plotter.h | ||
RestrictedSpinBox.cpp | ||
RestrictedSpinBox.hpp | ||
signalmeter.cpp | ||
signalmeter.h | ||
SplashScreen.cpp | ||
SplashScreen.hpp | ||
widegraph.cpp | ||
widegraph.h | ||
widegraph.ui | ||
widgets.pri |