FGx
1
src
aircraft
xaero.h
1
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-
2
// FGx FlightGear Launcher // xaero.h
3
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-
4
// (c) 2010-2012
5
// Yves Sablonier, Pete Morgan
6
// Geoff McLane
7
// GNU GPLv2, see main.cpp and shipped licence.txt for further information
8
9
#ifndef XAERO_H
10
#define XAERO_H
11
12
#include <QString>
13
14
class
XAero
15
{
16
public
:
17
XAero
(QString callsign);
18
19
QString callsign;
20
QString lat;
21
QString lon;
22
QString altitude;
23
QString heading;
24
25
};
26
27
#endif // XAERO_H
XAero
Definition:
xaero.h:14
Generated on Thu Oct 4 2018 14:00:02 for FGx by
1.8.13