6 #ifndef SWIFT_MISC_SIMULATION_SIMULATEDNAIRCRAFTLIST_H
7 #define SWIFT_MISC_SIMULATION_SIMULATEDNAIRCRAFTLIST_H
32 class CSimulatedAircraft;
76 void markAllAsNotRendered();
83 bool onlyFirst =
true);
89 int setFastPositionUpdates(
const aviation::CCallsign &callsign,
bool fastPositions,
bool onlyFirst =
true);
93 bool onlyFirst =
true);
97 bool onlyFirst =
true);
101 bool onlyFirst =
true);
117 int countEnabled()
const;
120 int countRendered()
const;
123 int countAircraftPartsSynchronized()
const;
126 void sortByDistanceToReferencePositionRenderedCallsign();
Generic ordered container with value semantics.
Generic sequential container with value semantics.
CSequence()=default
Default constructor.
Value object encapsulating information of aircraft's parts.
Value object encapsulating information of an aircraft's situation.
GndElevationInfo
Where did we get elevation from?
Value object encapsulating information of a callsign.
Value object for a set of callsigns.
List of objects with callsign.
Plane of same elevation, can be a single point or larger area (e.g. airport)
List of objects with geo coordinates.
Value object encapsulating a list of voice rooms.
Physical unit length (length)
Aircraft model (used by another pilot, my models on disk)
Value object encapsulating a list of aircraft models.
Comprehensive information of an aircraft.
Value object encapsulating a list of aircraft.
Free functions in swift::misc.
#define SWIFT_DECLARE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template declaration of mixins for a CSequence subclass to be placed near the top of the hea...
#define SWIFT_MISC_EXPORT
Export a class or function from the library.