mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 14:15:35 +08:00
Ref T322, renamings
This commit is contained in:
committed by
Roland Winklmeier
parent
09ab653cf9
commit
b4e17ed091
@@ -127,11 +127,12 @@ namespace BlackMisc
|
||||
//! Calculate distances, then sort by range
|
||||
void sortByRange(const ICoordinateGeodetic &position, bool updateValues);
|
||||
|
||||
//! If distance is already set, just sort
|
||||
void sortByDistanceToOwnAircraft();
|
||||
//! If distance is already set, just sort container
|
||||
//! \remark requires calculcateAndUpdateRelativeDistanceAndBearing
|
||||
void sortByDistanceToReferencePosition();
|
||||
|
||||
//! Sort the first n closest objects
|
||||
void partiallySortByDistanceToOwnAircraft(int number);
|
||||
void partiallySortByDistanceToReferencePosition(int number);
|
||||
|
||||
//! Get n closest objects
|
||||
CONTAINER getClosestObjects(int number) const;
|
||||
|
||||
Reference in New Issue
Block a user