Skip to content

Commit

Permalink
added tooltip for multiple udp output. added #define _USE_MATH_DEFINES
Browse files Browse the repository at this point in the history
needed for qt 5.13.1. changed about for next release tag.
  • Loading branch information
jontio committed Oct 7, 2019
1 parent c4524f2 commit 24a392e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions JAERO/DSP.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#ifndef DSPH
#define DSPH
//---------------------------------------------------------------------------
#define _USE_MATH_DEFINES
#include <math.h>
#include <vector>
#include <complex>
Expand Down
5 changes: 5 additions & 0 deletions JAERO/gui_classes/settingsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string>you can output to multiple destinations
by placing a space between destinations.
eg &quot;localhost:12345 localhost:12346&quot;</string>
</property>
<property name="text">
<string>localhost:18765</string>
</property>
Expand Down
2 changes: 1 addition & 1 deletion JAERO/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ void MainWindow::AboutSlot()
{
QMessageBox::about(this,"JAERO",""
"<H1>An Aero demodulator and decoder</H1>"
"<H3>v1.0.4.10</H3>"
"<H3>v1.0.4.11</H3>"
"<p>This is a program to demodulate and decode Aero signals. These signals contain SatCom ACARS (<em>Satellite Communication Aircraft Communications Addressing and Reporting System</em>) 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.</p>"
"<p>For more information about this application see <a href=\"http://jontio.zapto.org/hda1/jaero.html\">http://jontio.zapto.org/hda1/jaero.html</a>.</p>"
"<p>Jonti 2019</p>" );
Expand Down

0 comments on commit 24a392e

Please sign in to comment.