#include "NTRIP.h"
#include "NTRIPSettings.h"
#include "Fact.h"
#include "FactGroup.h"
#include "QGCApplication.h"
#include "QGCLoggingCategory.h"
#include "RTCMMavlink.h"
#include "SettingsManager.h"
#include <QtNetwork/QSslSocket>
#include <QtNetwork/QSslError>
#include "MultiVehicleManager.h"
#include "Vehicle.h"
#include "PositionManager.h"
#include <QtPositioning/QGeoCoordinate>
#include <QtCore/QDateTime>
#include <QtCore/QCoreApplication>
#include <QtCore/QDebug>
#include <QtCore/QtGlobal>
#include <QtQml/QQmlEngine>
#include <QtQml/QJSEngine>
Go to the source code of this file.
◆ _makeGGA()
| static QByteArray _makeGGA |
( |
const QGeoCoordinate & |
coord, |
|
|
double |
altitude_msl |
|
) |
| |
|
static |
◆ _ntripManagerQmlProvider()
| static QObject * _ntripManagerQmlProvider |
( |
QQmlEngine * |
, |
|
|
QJSEngine * |
|
|
) |
| |
|
static |
◆ _ntripManagerRegisterQmlTypes()
| static void _ntripManagerRegisterQmlTypes |
( |
| ) |
|
|
static |