Enroute Flight Navigation
A navigation app for VFR pilots
|
Connection Scanner: SerialPort Devices. More...
#include <ConnectionScanner_SerialPort.h>
Public Member Functions | |
ConnectionScanner_SerialPort (QObject *parent=nullptr) | |
Constructor. | |
![]() | |
ConnectionScanner_Abstract (QObject *parent=nullptr) | |
Constructor. | |
QList< Traffic::ConnectionInfo > | connectionInfos () const |
Getter method for property with the same name. | |
QString | error () const |
Getter method for property with the same name. | |
bool | scanning () const |
Getter method for property with the same name. | |
Additional Inherited Members | |
![]() | |
virtual void | start ()=0 |
Start scan process. | |
virtual void | stop ()=0 |
Stop scan process. | |
![]() | |
void | connectionInfosChanged () |
Notifier signal. | |
void | connectionDiscovered (const Traffic::ConnectionInfo &info) |
This signal to indicate whenever a device has been discovered. | |
void | errorChanged () |
Notifier signal. | |
void | scanFinished () |
Scan finished. | |
void | scanningChanged () |
Notifier signal. | |
![]() | |
QList< Traffic::ConnectionInfo > | connectionInfos |
List of device connections found in the scanning process. | |
QString | error |
Errors encountered during the scanning process. | |
bool | scanning |
Indicator if scan is in progress. | |
Connection Scanner: SerialPort Devices.
This class is a wrapper for QSerialPortDeviceDiscoveryAgent, providing data in a format that can by used by C++ and QML.
Definition at line 35 of file ConnectionScanner_SerialPort.h.
|
explicit |
Constructor.
This constructor does not start the scanning process.
parent | The standard QObject parent pointer |