Ref T299, interpolation setup pitch on ground parsing

This commit is contained in:
Klaus Basan
2018-08-09 03:45:05 +02:00
parent ee181d6425
commit 4fa2e6969d
2 changed files with 29 additions and 5 deletions

View File

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