Ref T299, pitch bank heading info

This commit is contained in:
Klaus Basan
2018-08-01 22:54:05 +02:00
parent 007e175721
commit ff9d6147c8
3 changed files with 18 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ namespace BlackMisc
IndexOnGroundReliability,
IndexOnGroundReliabilityString,
IndexPitch,
IndexPBHInfo,
IndexGroundSpeed,
IndexGroundElevationPlane,
IndexGroundElevationInfo,
@@ -409,6 +410,9 @@ namespace BlackMisc
//! Set bank (angle)
void setBank(const PhysicalQuantities::CAngle &bank) { m_bank = bank; }
//! Get PBH info (all together)
QString getPBHInfo() const;
//! Get ground speed
const PhysicalQuantities::CSpeed &getGroundSpeed() const { return m_groundSpeed; }