QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
GPSManager.cc
Go to the documentation of this file.
1
#include "
GPSManager.h
"
2
#include "
GPSRtk.h
"
3
#include "
QGCLoggingCategory.h
"
4
5
#include <QtCore/QApplicationStatic>
6
7
QGC_LOGGING_CATEGORY
(GPSManagerLog,
"GPS.GPSManager"
)
8
9
Q_APPLICATION_STATIC
(
GPSManager
, _gpsManager);
10
11
GPSManager
::
GPSManager
(QObject *parent)
12
: QObject(parent)
13
, _gpsRtk(new
GPSRtk
(this))
14
{
15
// qCDebug(GPSManagerLog) << Q_FUNC_INFO << this;
16
}
17
18
GPSManager::~GPSManager
()
19
{
20
// qCDebug(GPSManagerLog) << Q_FUNC_INFO << this;
21
}
22
23
GPSManager
*
GPSManager::instance
()
24
{
25
return
_gpsManager();
26
}
Q_APPLICATION_STATIC
Q_APPLICATION_STATIC(GPSManager, _gpsManager)
GPSManager.h
GPSRtk.h
QGCLoggingCategory.h
QGC_LOGGING_CATEGORY
#define QGC_LOGGING_CATEGORY(name, categoryStr)
Definition
QGCLoggingCategory.h:14
GPSManager
Definition
GPSManager.h:11
GPSManager::~GPSManager
~GPSManager()
Definition
GPSManager.cc:18
GPSManager::instance
static GPSManager * instance()
Definition
GPSManager.cc:23
GPSRtk
Definition
GPSRtk.h:19
src
GPS
GPSManager.cc
Generated by
1.9.8