26#include "traffic/TrafficDataSource_AbstractSocket.h"
28using namespace Qt::Literals::StringLiterals;
86 [[nodiscard]] QString
dataFormat()
const override {
return u
"GDL90, XGPS"_s; }
95 [[nodiscard]] QString
icon()
const override {
return u
"/icons/material/ic_wifi.svg"_s; }
106 return tr(
"UDP connection to port %1").arg(m_port);
113 [[nodiscard]] quint16
port()
const
142 QPointer<QUdpSocket> m_socket;
148 QVector<uint> receivedDatagramHashes {512, 0};
149 qsizetype nextHashIndex {0};
154 QTimer m_trueAltitudeTimer;
Connection to a traffic data receiver.
TrafficDataSource_AbstractSocket(bool isCanonical, QObject *parent)
Default constructor.
bool canonical
Canonicity.
void disconnectFromTrafficReceiver() override
Disconnect from traffic receiver.
auto sourceName() const -> QString override
Getter function for the property with the same name.
TrafficDataSource_Udp(bool isCanonical, quint16 port, QObject *parent=nullptr)
Default constructor.
QString dataFormat() const override
Getter function for the property with the same name.
void connectToTrafficReceiver() override
Start attempt to connect to traffic receiver.
quint16 port() const
Getter function for the property with the same name.
Traffic::ConnectionInfo connectionInfo() const override
Getter function for the property with the same name.
QString icon() const override
Getter function for the property with the same name.
Convenience class for distance computations.