QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
TerrainPathHeightInfo.h
Go to the documentation of this file.
1#pragma once
2
3#include <QtCore/QList>
4#include <QtCore/QMetaType>
5
9 QList<double> heights;
10};
11
13Q_DECLARE_METATYPE(QList<TerrainPathHeightInfo>)
Q_DECLARE_METATYPE(satellite_info_s)
double finalDistanceBetween
Distance between final two height values.
QList< double > heights
Terrain heights along path.
double distanceBetween
Distance between each height value.