|
swift
|
Planes positions. More...
Public Member Functions | |
| bool | isEmpty () const |
| Is empty? | |
| bool | hasSameSizes () const |
| Check function. | |
| void | push_back (const swift::misc::aviation::CAircraftSituation &situation) |
| Push back the latest situation. | |
Public Attributes | |
| QStringList | callsigns |
| List of callsigns. | |
| QList< double > | latitudesDeg |
| List of latitudes. | |
| QList< double > | longitudesDeg |
| List of longitudes. | |
| QList< double > | altitudesFt |
| List of altitudes. | |
| QList< double > | pitchesDeg |
| List of pitches. | |
| QList< double > | rollsDeg |
| List of rolls. | |
| QList< double > | headingsDeg |
| List of headings. | |
| QList< double > | groundSpeedKts |
| List of groundspeeds. | |
| QList< bool > | onGrounds |
| List of onGrounds. | |
Planes positions.
Definition at line 34 of file fgswiftbustrafficproxy.h.