Q_PROPERTY(doubleminAMSLAltitudeMEMBER_minAMSLAltitudeNOTIFYminAMSLAltitudeChanged)///< Minimum altitude associated with this mission. Used to calculate percentages for terrain status.
Q_PROPERTY(doublemaxAMSLAltitudeMEMBER_maxAMSLAltitudeNOTIFYmaxAMSLAltitudeChanged)///< Maximum altitude associated with this mission. Used to calculate percentages for terrain status.
Q_PROPERTY(QGroundControlQmlGlobal::AltitudeModeglobalAltitudeModeREADglobalAltitudeModeWRITEsetGlobalAltitudeModeNOTIFYglobalAltitudeModeChanged)///< AltitudeModeNone indicates the plan can used mixed modes
Q_PROPERTY(QGroundControlQmlGlobal::AltitudeModeglobalAltitudeModeDefaultREADglobalAltitudeModeDefaultNOTIFYglobalAltitudeModeChanged)///< Default to use for newly created items
qsTr("Specified altitudes are distance above terrain. Actual altitudes sent to vehicle are calculated from terrain data and sent in AMSL")
break
caseQGroundControl.AltitudeModeTerrainFrame:
qsTr("Specified altitudes are distance above terrain. The actual altitude flown is controlled by the vehicle either from terrain height maps being sent to vehicle or a distance sensor.")
break
caseQGroundControl.AltitudeModeNone:
qsTr("The altitude mode can differ for each individual item.")