refs #865, FSX: changed how elevation/CG is updated

This commit is contained in:
Klaus Basan
2017-01-28 19:59:27 +01:00
committed by Mathew Sutcliffe
parent 5b3780543f
commit 085f25fa86
2 changed files with 15 additions and 13 deletions

View File

@@ -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; }