From 24a392e12a06b294b3f4c6e2714c29842f5dd5fa Mon Sep 17 00:00:00 2001 From: jontio Date: Tue, 8 Oct 2019 11:32:31 +1300 Subject: [PATCH] added tooltip for multiple udp output. added #define _USE_MATH_DEFINES needed for qt 5.13.1. changed about for next release tag. --- JAERO/DSP.h | 1 + JAERO/gui_classes/settingsdialog.ui | 5 +++++ JAERO/mainwindow.cpp | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/JAERO/DSP.h b/JAERO/DSP.h index d960c31..ddef3ff 100644 --- a/JAERO/DSP.h +++ b/JAERO/DSP.h @@ -3,6 +3,7 @@ #ifndef DSPH #define DSPH //--------------------------------------------------------------------------- +#define _USE_MATH_DEFINES #include #include #include diff --git a/JAERO/gui_classes/settingsdialog.ui b/JAERO/gui_classes/settingsdialog.ui index 5713b4f..848b9a4 100644 --- a/JAERO/gui_classes/settingsdialog.ui +++ b/JAERO/gui_classes/settingsdialog.ui @@ -192,6 +192,11 @@ 21 + + you can output to multiple destinations +by placing a space between destinations. +eg "localhost:12345 localhost:12346" + localhost:18765 diff --git a/JAERO/mainwindow.cpp b/JAERO/mainwindow.cpp index 8bc4504..84392b5 100644 --- a/JAERO/mainwindow.cpp +++ b/JAERO/mainwindow.cpp @@ -663,7 +663,7 @@ void MainWindow::AboutSlot() { QMessageBox::about(this,"JAERO","" "

An Aero demodulator and decoder

" - "

v1.0.4.10

" + "

v1.0.4.11

" "

This is a program to demodulate and decode Aero signals. These signals contain SatCom ACARS (Satellite Communication Aircraft Communications Addressing and Reporting System) messages as used by planes beyond VHF ACARS range. This protocol is used by Inmarsat's \"Classic Aero\" system and can be received using low or medium gain L band or high gain C band antennas.

" "

For more information about this application see http://jontio.zapto.org/hda1/jaero.html.

" "

Jonti 2019

" );