|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include "ADSBVehicleManager.h"#include "QGCApplication.h"#include "SettingsManager.h"#include "ADSBVehicleManagerSettings.h"#include "ADSBTCPLink.h"#include "ADSBVehicle.h"#include "QmlObjectListModel.h"#include "QGCLoggingCategory.h"#include <QtCore/QApplicationStatic>#include <QtCore/QTimer>#include <qassert.h>
Include dependency graph for ADSBVehicleManager.cc:Go to the source code of this file.
Functions | |
| Q_APPLICATION_STATIC (ADSBVehicleManager, _adsbVehicleManager, SettingsManager::instance() ->adsbVehicleManagerSettings()) | |
| Q_APPLICATION_STATIC | ( | ADSBVehicleManager | , |
| _adsbVehicleManager | , | ||
| SettingsManager::instance() ->adsbVehicleManagerSettings() | |||
| ) |
Referenced by Q_LOGGING_CATEGORY().