mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
refs #896 Renaming members.
This commit is contained in:
@@ -48,11 +48,11 @@ namespace BlackMisc
|
||||
//! @}
|
||||
|
||||
//! Interpolator for pitch, bank, heading, groundspeed
|
||||
CInterpolatorPbh pbh() const { return i.pbh; }
|
||||
CInterpolatorPbh pbh() const { return i.m_pbh; }
|
||||
|
||||
private:
|
||||
const CInterpolatorSpline &i;
|
||||
qint64 currentTimeMsSinceEpoc = 0;
|
||||
const CInterpolatorSpline &i;
|
||||
qint64 currentTimeMsSinceEpoc = 0;
|
||||
};
|
||||
|
||||
//! Strategy used by CInterpolator::getInterpolatedSituation
|
||||
@@ -67,7 +67,7 @@ namespace BlackMisc
|
||||
qint64 m_nextSampleTime = 0;
|
||||
PhysicalQuantities::CLengthUnit m_altitudeUnit;
|
||||
std::array<double, 3> x, y, z, a, t, dx, dy, dz, da;
|
||||
CInterpolatorPbh pbh;
|
||||
CInterpolatorPbh m_pbh;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user