|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include "GPSDriver.h"#include "GPSType.h"#include <QtCore/QByteArray>#include <QtCore/QMetaType>#include <QtCore/QObject>#include <QtCore/QString>#include <QtCore/QThread>#include <atomic>#include <cstdint>
Include dependency graph for GPSProvider.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GPSProvider |
Enumerations | |
| enum class | GPSConnectionError { None , OpenFailed , ConfigFailed , DeviceError } |
|
strong |
| Enumerator | |
|---|---|
| None | |
| OpenFailed | serial device could not be opened |
| ConfigFailed | receiver did not accept configuration |
| DeviceError | fatal serial error after a working connection |
Definition at line 15 of file GPSProvider.h.