swift
Public Member Functions | Public Attributes | List of all members
swift::simplugin::flightgear::PlanesPositions Struct Reference

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.
 

Detailed Description

Planes positions.

Definition at line 34 of file fgswiftbustrafficproxy.h.


The documentation for this struct was generated from the following file: