QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
GPSManager.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QtCore/QLoggingCategory>
4
#include <QtCore/QObject>
5
6
Q_DECLARE_LOGGING_CATEGORY
(GPSManagerLog)
7
8
class
GPSRtk
;
9
10
class
GPSManager
:
public
QObject
11
{
12
Q_OBJECT
13
14
public
:
15
GPSManager
(QObject *parent =
nullptr
);
16
~GPSManager
();
17
18
static
GPSManager
*
instance
();
19
20
GPSRtk
*
gpsRtk
() {
return
_gpsRtk; }
21
22
private
:
23
GPSRtk
*_gpsRtk =
nullptr
;
24
};
Q_DECLARE_LOGGING_CATEGORY
Q_DECLARE_LOGGING_CATEGORY(AndroidSerialLog)
GPSManager
Definition
GPSManager.h:11
GPSManager::gpsRtk
GPSRtk * gpsRtk()
Definition
GPSManager.h:20
GPSManager::~GPSManager
~GPSManager()
Definition
GPSManager.cc:18
GPSManager::instance
static GPSManager * instance()
Definition
GPSManager.cc:23
GPSRtk
Definition
GPSRtk.h:19
src
GPS
GPSManager.h
Generated by
1.9.8