23#include <QPropertyNotifier>
25#include <QSerialPortInfo>
27#include "traffic/TrafficDataSource_AbstractSocket.h"
29using namespace Qt::Literals::StringLiterals;
88 [[nodiscard]] QString
dataFormat()
const override {
return u
"FLARM/NMEA"_s; }
97 [[nodiscard]] QString
icon()
const override {
return u
"/icons/material/ic_settings_ethernet.svg"_s; }
114 return QSerialPortInfo(m_port.portName());
135 void onErrorOccurred(QSerialPort::SerialPortError error);
145 QPropertyNotifier m_errorChangeHandler;
148 QTextStream m_textStream {&m_port};
Connection to a traffic data receiver.
TrafficDataSource_AbstractSocket(bool isCanonical, QObject *parent)
Default constructor.
bool canonical
Canonicity.
QString sourceName() const override
Getter function for the property with the same name.
void disconnectFromTrafficReceiver() override
Disconnect from traffic receiver.
QString icon() const override
Getter function for the property with the same name.
void connectToTrafficReceiver() override
Start attempt to connect to traffic receiver.
QSerialPortInfo sourceInfo() const
Getter function for the property with the same name.
TrafficDataSource_SerialPort(bool isCanonical, const QString &portName, QObject *parent)
Default constructor.
QSerialPortInfo sourceInfo
Source info.
Traffic::ConnectionInfo connectionInfo() const override
Getter function for the property with the same name.
QString dataFormat() const override
Getter function for the property with the same name.