|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <Viewer3DTileReply.h>
Public Attributes | |
| QByteArray | data |
| int | x = 0 |
| int | y = 0 |
| int | zoomLevel = 0 |
| int | mapId = 0 |
Definition at line 20 of file Viewer3DTileReply.h.
| QByteArray Viewer3DTileReply::TileInfo_t::data |
Definition at line 21 of file Viewer3DTileReply.h.
| int Viewer3DTileReply::TileInfo_t::mapId = 0 |
Definition at line 25 of file Viewer3DTileReply.h.
| int Viewer3DTileReply::TileInfo_t::x = 0 |
Definition at line 22 of file Viewer3DTileReply.h.
| int Viewer3DTileReply::TileInfo_t::y = 0 |
Definition at line 23 of file Viewer3DTileReply.h.
| int Viewer3DTileReply::TileInfo_t::zoomLevel = 0 |
Definition at line 24 of file Viewer3DTileReply.h.