mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #865, FSX: changed how elevation/CG is updated
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5b3780543f
commit
085f25fa86
@@ -59,6 +59,9 @@ namespace BlackMisc
|
||||
//! Get CG above ground
|
||||
const BlackMisc::PhysicalQuantities::CLength &getCGAboveGround() const { return m_cgAboveGround;}
|
||||
|
||||
//! Has CG above ground
|
||||
bool hasCGAboveGround() const { return m_cgAboveGround.isNull(); }
|
||||
|
||||
//! Set CG above ground
|
||||
void setCGAboveGround(const BlackMisc::PhysicalQuantities::CLength &cgAboveGround) { m_cgAboveGround = cgAboveGround; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user