mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 22:29:13 +08:00
Ref T299, pitch bank heading info
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user