mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T231, Ref T236, Ref T238 improved logging of situation/parts logging
* "dot" commands to log parts/situations * log can also be displayed in simulator (if simulator can display text messages) * fixed missings locks for m_interpolationRenderingSetup * more detailed output * renamings * using hints in log
This commit is contained in:
@@ -140,11 +140,10 @@ namespace BlackMisc
|
||||
{
|
||||
log.timestamp = currentTimeMsSinceEpoc;
|
||||
log.callsign = m_callsign;
|
||||
log.cgAboveGround = hints.getCGAboveGround();
|
||||
log.vtolAircraft = hints.isVtolAircraft();
|
||||
log.currentSituation = currentSituation;
|
||||
log.useParts = hints.hasAircraftParts();
|
||||
log.parts = hints.getAircraftParts();
|
||||
log.groundFactor = groundFactor;
|
||||
log.situationCurrent = currentSituation;
|
||||
log.usedHints = hints;
|
||||
log.usedSetup = setup;
|
||||
m_logger->logInterpolation(log);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user