QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
MissionFlightStatus.h
Go to the documentation of this file.
1#pragma once
2
3#include "QGCMAVLinkTypes.h"
4
9 double totalTime;
11 double hoverTime;
13 double cruiseTime;
15 double hoverAmps;
16 double cruiseAmps;
22 double vehicleYaw;
23 double gimbalYaw;
24 double gimbalPitch;
25 // The following values are the state prior to executing this item
28 double hoverSpeed;
29 double vehicleSpeed;
30};
int batteriesRequired
-1 for not supported
double gimbalPitch
NaN signals pitch was never changed.
int mAhBattery
0 for not available
double vehicleSpeed
Either cruise or hover speed based on vehicle type and vtol state.
double ampMinutesAvailable
Amp minutes available from single battery.
double hoverAmps
Amp consumption during hover.
double cruiseAmps
Amp consumption during cruise.
double hoverAmpsTotal
Total hover amps used.
double gimbalYaw
NaN signals yaw was never changed.
double cruiseAmpsTotal
Total cruise amps used.
QGCMAVLinkTypes::VehicleClass_t vtolMode
Either VehicleClassFixedWing, VehicleClassMultiRotor, VehicleClassGeneric (mode unknown)
int batteryChangePoint
-1 for not supported, 0 for not needed