mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
Ref T299, interpolation setup pitch on ground parsing
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
#include "form.h"
|
||||
#include "blackmisc/simulation/interpolationrenderingsetup.h"
|
||||
#include "blackmisc/pq/angle.h"
|
||||
#include "blackmisc/statusmessagelist.h"
|
||||
|
||||
#include <QScopedPointer>
|
||||
@@ -65,6 +66,12 @@ namespace BlackGui
|
||||
//! Pitch entry
|
||||
void onPitchChanged();
|
||||
|
||||
//! Pitch on ground
|
||||
BlackMisc::PhysicalQuantities::CAngle getPitchOnGround() const;
|
||||
|
||||
//! Display pitch on ground
|
||||
void displayPitchOnGround(const BlackMisc::PhysicalQuantities::CAngle &pitchOnGround);
|
||||
|
||||
//! Mode from UI
|
||||
BlackMisc::Simulation::CInterpolationAndRenderingSetupBase::InterpolatorMode getInterpolatorMode() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user