Ref T260, ext. version of updating ground elevation, allows to guess gnd. again with updated elevation

This commit is contained in:
Klaus Basan
2018-04-18 05:05:21 +02:00
committed by Roland Winklmeier
parent 075ffa8ccb
commit d0addd547a
4 changed files with 35 additions and 8 deletions

View File

@@ -356,6 +356,10 @@ namespace BlackMisc
//! \threadsafe
void storeAircraftSituation(const Aviation::CAircraftSituation &situation);
//! An extended of IRemoteAircraftProvider::updateAircraftGroundElevation version which allows also guessing of ground
//! \sa IRemoteAircraftProvider::updateAircraftGroundElevation
int updateAircraftGroundElevationExt(const Aviation::CCallsign &callsign, const Geo::CElevationPlane &elevation, bool isVtol, const PhysicalQuantities::CLength &cg, bool autoGuessGnd);
//! Store an aircraft part
//! \remark latest parts are kept first
//! \threadsafe