QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
PlanElementController.cc
Go to the documentation of this file.
3
5 : QObject (parent)
6 , _masterController (masterController)
7 , _flyView (false)
8{
9
10}
11
16
18{
19 _flyView = flyView;
20}
PlanElementController(PlanMasterController *masterController, QObject *parent=nullptr)
virtual void start(bool flyView)
Should be called immediately upon Component.onCompleted.
Master controller for mission, fence, rally.