QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
BlankPlanCreator.cc
Go to the documentation of this file.
1#include "BlankPlanCreator.h"
3#include "QGCMAVLink.h"
4
6 : PlanCreator(planMasterController, tr("No Template"), QStringLiteral("/qmlimages/PlanCreator/BlankPlanCreator.png"), QGCMAVLink::allVehicleClasses(), true)
7{
8}
9
10void BlankPlanCreator::createPlan(const QGeoCoordinate& /*mapCenterCoord*/)
11{
13}
BlankPlanCreator(PlanMasterController *planMasterController)
Q_INVOKABLE void createPlan(const QGeoCoordinate &mapCenterCoord) final
Base class for PlanCreator objects which are used to create a full plan in a single step.
Definition PlanCreator.h:16
PlanMasterController * _planMasterController
Definition PlanCreator.h:33
Master controller for mission, fence, rally.
Q_INVOKABLE void removeAll(void)
Removes all from controller only, sync required to remove from vehicle.