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
6
struct
TerrainPathHeightInfo
{
7
double
distanceBetween
;
8
double
finalDistanceBetween
;
9
QList<double>
heights
;
10
};
11
12
Q_DECLARE_METATYPE
(
TerrainPathHeightInfo
)
13
Q_DECLARE_METATYPE
(QList<TerrainPathHeightInfo>)
Q_DECLARE_METATYPE
Q_DECLARE_METATYPE(satellite_info_s)
TerrainPathHeightInfo
Definition
TerrainPathHeightInfo.h:6
TerrainPathHeightInfo::finalDistanceBetween
double finalDistanceBetween
Distance between final two height values.
Definition
TerrainPathHeightInfo.h:8
TerrainPathHeightInfo::heights
QList< double > heights
Terrain heights along path.
Definition
TerrainPathHeightInfo.h:9
TerrainPathHeightInfo::distanceBetween
double distanceBetween
Distance between each height value.
Definition
TerrainPathHeightInfo.h:7
src
Terrain
TerrainPathHeightInfo.h
Generated by
1.9.8