|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <TerrainQuery.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 118 of file TerrainQuery.h.
| double TerrainPathQuery::PathHeightInfo_t::distanceBetween |
Distance between each height value.
Definition at line 119 of file TerrainQuery.h.
| double TerrainPathQuery::PathHeightInfo_t::finalDistanceBetween |
Distance between final two height values.
Definition at line 120 of file TerrainQuery.h.
| QList<double> TerrainPathQuery::PathHeightInfo_t::heights |
Terrain heights along path.
Definition at line 121 of file TerrainQuery.h.