QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
NTRIP.cc File Reference
#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>
+ Include dependency graph for NTRIP.cc:

Go to the source code of this file.

Functions

static QObject * _ntripManagerQmlProvider (QQmlEngine *, QJSEngine *)
 
static void _ntripManagerRegisterQmlTypes ()
 
static QByteArray _makeGGA (const QGeoCoordinate &coord, double altitude_msl)
 

Function Documentation

◆ _makeGGA()

static QByteArray _makeGGA ( const QGeoCoordinate &  coord,
double  altitude_msl 
)
static

Definition at line 1023 of file NTRIP.cc.

◆ _ntripManagerQmlProvider()

static QObject * _ntripManagerQmlProvider ( QQmlEngine *  ,
QJSEngine *   
)
static

Definition at line 31 of file NTRIP.cc.

Referenced by _ntripManagerRegisterQmlTypes().

◆ _ntripManagerRegisterQmlTypes()

static void _ntripManagerRegisterQmlTypes ( )
static

Definition at line 36 of file NTRIP.cc.

References _ntripManagerQmlProvider().