|
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. | |
| Public Member Functions inherited from Traffic::ConnectionScanner_Abstract | |
| 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 | |
| Public Slots inherited from Traffic::ConnectionScanner_Abstract | |
| virtual void | start ()=0 |
| Start scan process. | |
| virtual void | stop ()=0 |
| Stop scan process. | |
| Signals inherited from Traffic::ConnectionScanner_Abstract | |
| 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. | |
| Properties inherited from Traffic::ConnectionScanner_Abstract | |
| 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 discovers all serial ports available. If a serial port has a description (such as "ublox 7 - GPS GNSS Receiver") then the port will be reported twice, once by port name and once by description.
Definition at line 36 of file ConnectionScanner_SerialPort.h.
|
explicit |
Constructor.
This constructor does not start the scanning process.
| parent | The standard QObject parent pointer |