mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-06 10:26:03 +08:00
Ref T778, also update sim.data if elevation did change
Use ISimulator::isEqualLastSent in equalPbhVectorAltitudeElevation
This commit is contained in:
committed by
Mat Sutcliffe
parent
46d417c5a2
commit
cc887ea0f8
@@ -190,6 +190,10 @@ namespace BlackMisc
|
||||
//! \sa Geo::ICoordinateGeodetic::equalNormalVectorDouble
|
||||
bool equalPbhVectorAltitude(const CAircraftSituation &other) const;
|
||||
|
||||
//! Equal PBH and vecto, plus altitude/elevation
|
||||
//! \sa Geo::ICoordinateGeodetic::equalNormalVectorDouble
|
||||
bool equalPbhVectorAltitudeElevation(const CAircraftSituation &other) const;
|
||||
|
||||
//! Set to null
|
||||
void setNull();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user