26#include "traffic/TrafficDataSource_AbstractSocket.h"
28using namespace Qt::Literals::StringLiterals;
93 [[nodiscard]] QString
dataFormat()
const override {
return u
"FLARM/NMEA"_s; }
99 [[nodiscard]] QString
host()
const
111 [[nodiscard]] QString
icon()
const override {
return u
"/icons/material/ic_wifi.svg"_s; }
122 return tr(
"TCP connection to %1 port %2").arg(m_hostName).arg(m_port);
129 [[nodiscard]] quint16
port()
const
154 void setPassword(
const QString& SSID,
const QString& password)
override;
171 void sendPassword_internal();
177 void resetPasswordLifecycle();
182 void updatePasswordStatusOnDisconnected();
187 void updatePasswordStatusOnHeartbeatChange(
bool newHeartbeat);
193 QTextStream m_textStream;
253 } passwordRequest_Status {idle};
256 QString passwordRequest_SSID;
259 QString passwordRequest_password;
Connection to a traffic data receiver.
TrafficDataSource_AbstractSocket(bool isCanonical, QObject *parent)
Default constructor.
bool canonical
Canonicity.
QString dataFormat() const override
Getter function for the property with the same name.
quint16 port() const
Getter function for the property with the same name.
void disconnectFromTrafficReceiver() override
Disconnect from traffic receiver.
TrafficDataSource_Tcp(bool isCanonical, QString hostName, quint16 port, QObject *parent=nullptr)
Default constructor.
void setPassword(const QString &SSID, const QString &password) override
Set password.
QString host() 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.
void connectToTrafficReceiver() override
Start attempt to connect to traffic receiver.
auto sourceName() const -> QString override
Getter function for the property with the same name.