mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
refs #836, display elevation in UI
* added has hasGroundElevation * added elevation to sim.values
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1a500340f0
commit
5adb86ae83
@@ -113,6 +113,9 @@ namespace BlackMisc
|
||||
//! Elevation of the ground directly beneath
|
||||
const BlackMisc::Aviation::CAltitude &getGroundElevation() const { return this->m_groundElevation; }
|
||||
|
||||
//! Is ground elevation value available
|
||||
bool hasGroundElevation() const;
|
||||
|
||||
//! Elevation of the ground directly beneath
|
||||
void setGroundElevation(const BlackMisc::Aviation::CAltitude &elevation) { this->m_groundElevation = elevation; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user