QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
MissionController.cc File Reference
#include "MissionController.h"
#include "Vehicle.h"
#include "VehicleSupports.h"
#include "MissionManager.h"
#include "FlightPathSegment.h"
#include "FirmwarePlugin.h"
#include "QGCApplication.h"
#include "SimpleMissionItem.h"
#include "SurveyComplexItem.h"
#include "FixedWingLandingComplexItem.h"
#include "VTOLLandingComplexItem.h"
#include "StructureScanComplexItem.h"
#include "CorridorScanComplexItem.h"
#include "JsonHelper.h"
#include "QGroundControlQmlGlobal.h"
#include "SettingsManager.h"
#include "AppSettings.h"
#include "MissionSettingsItem.h"
#include "PlanMasterController.h"
#include "KMLPlanDomDocument.h"
#include "QGCCorePlugin.h"
#include "TakeoffMissionItem.h"
#include "PlanViewSettings.h"
#include "MissionCommandTree.h"
#include "QGC.h"
#include "QGCLoggingCategory.h"
#include <QtCore/QJsonArray>
#include <QtCore/QJsonDocument>
#include <QtMath>
+ Include dependency graph for MissionController.cc:

Go to the source code of this file.

Macros

#define UPDATE_TIMEOUT   5000
 How often we check for bounding box changes.
 

Macro Definition Documentation

◆ UPDATE_TIMEOUT

#define UPDATE_TIMEOUT   5000

How often we check for bounding box changes.

Definition at line 32 of file MissionController.cc.