|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <TerrainPathHeightInfo.h>
Public Attributes | |
| double | distanceBetween |
| Distance between each height value. | |
| double | finalDistanceBetween |
| Distance between final two height values. | |
| QList< double > | heights |
| Terrain heights along path. | |
Definition at line 6 of file TerrainPathHeightInfo.h.
| double TerrainPathHeightInfo::distanceBetween |
Distance between each height value.
Definition at line 7 of file TerrainPathHeightInfo.h.
| double TerrainPathHeightInfo::finalDistanceBetween |
Distance between final two height values.
Definition at line 8 of file TerrainPathHeightInfo.h.
| QList<double> TerrainPathHeightInfo::heights |
Terrain heights along path.
Definition at line 9 of file TerrainPathHeightInfo.h.