Enroute Flight Navigation
A navigation app for VFR pilots
Traffic::ConnectionScanner_SerialPort Class Reference

Connection Scanner: SerialPort Devices. More...

#include <ConnectionScanner_SerialPort.h>

Inheritance diagram for Traffic::ConnectionScanner_SerialPort:
Traffic::ConnectionScanner_Abstract

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::ConnectionInfoconnectionInfos () 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::ConnectionInfoconnectionInfos
 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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ConnectionScanner_SerialPort()

Traffic::ConnectionScanner_SerialPort::ConnectionScanner_SerialPort ( QObject * parent = nullptr)
explicit

Constructor.

This constructor does not start the scanning process.

Parameters
parentThe standard QObject parent pointer

The documentation for this class was generated from the following file: