mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 22:15:34 +08:00
refs #895, also log when parts are empty
* added empty flag * move logging into own function (because it is called in multiple places now)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
aa14c564b0
commit
a27717cf8b
@@ -78,6 +78,7 @@ namespace BlackMisc
|
||||
qint64 timestamp = -1; //!< current timestamp
|
||||
BlackMisc::Aviation::CCallsign callsign; //!< current callsign
|
||||
BlackMisc::Aviation::CAircraftParts parts; //!< parts to be logged
|
||||
bool empty = false;
|
||||
};
|
||||
|
||||
//! Log current interpolation cycle, only stores in memory, for performance reasons
|
||||
|
||||
Reference in New Issue
Block a user