20,741
edits
| Line 36: | Line 36: | ||
* determine if the traffic is accelerating/delecerating | * determine if the traffic is accelerating/delecerating | ||
* filter all traffic based on a range of 100nm (fgms main thread) | * filter all traffic based on a range of 100nm (fgms main thread) | ||
=== Issues === | |||
'''Use of std::map means that we are creating memory leaks whenever an aircraft with identical callsign is added, this applies especially to the various "NO-REG" aircraft, which we need to deal with separately.''' | |||
== Planned Features == | == Planned Features == | ||