mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #896, added logging of CG and old/new position
This commit is contained in:
committed by
Mathew Sutcliffe
parent
03b8739158
commit
78f3ef375f
@@ -123,6 +123,8 @@ namespace BlackMisc
|
||||
PhysicalQuantities::CAngle getPitch() const;
|
||||
PhysicalQuantities::CAngle getBank() const;
|
||||
PhysicalQuantities::CSpeed getGroundSpeed() const;
|
||||
Aviation::CAircraftSituation getOldSituation() const { return oldSituation; }
|
||||
Aviation::CAircraftSituation getNewSituation() const { return newSituation; }
|
||||
//! @}
|
||||
|
||||
//! Change time fraction
|
||||
|
||||
Reference in New Issue
Block a user