mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
Ref T171, interpolator log
* set interpolator type spline or linear * set some detail values for spline log * removed unused variable
This commit is contained in:
@@ -54,6 +54,7 @@ namespace BlackMisc
|
||||
//! Log entry for situation interpolation
|
||||
struct SituationLog
|
||||
{
|
||||
QChar interpolator; //!< what interpolator is used
|
||||
qint64 timestamp = -1; //!< current timestamp
|
||||
double groundFactor = -1; //!< current ground factor
|
||||
double vtolAircraft = false; //!< VTOL aircraft
|
||||
|
||||
Reference in New Issue
Block a user