QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
Viewer3DTileInfo.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QtCore/QByteArray>
4
5
struct
Viewer3DTileInfo
6
{
7
QByteArray
data
;
8
int
x
= 0;
9
int
y
= 0;
10
int
zoomLevel
= 0;
11
int
mapId
= 0;
12
};
Viewer3DTileInfo
Definition
Viewer3DTileInfo.h:6
Viewer3DTileInfo::x
int x
Definition
Viewer3DTileInfo.h:8
Viewer3DTileInfo::data
QByteArray data
Definition
Viewer3DTileInfo.h:7
Viewer3DTileInfo::zoomLevel
int zoomLevel
Definition
Viewer3DTileInfo.h:10
Viewer3DTileInfo::mapId
int mapId
Definition
Viewer3DTileInfo.h:11
Viewer3DTileInfo::y
int y
Definition
Viewer3DTileInfo.h:9
src
Viewer3D
Viewer3DTileInfo.h
Generated by
1.9.8