update the report time to allow predictions

This commit is contained in:
Sven Czarnian
2021-12-14 11:23:03 +01:00
parent 52aefd0966
commit 74b8ec33d5

View File

@@ -70,6 +70,7 @@ class RecedingHorizonControl:
plannedInbound = self.Windows[index].inbound(inbound.Callsign)
plannedInbound.Report = inbound.Report
plannedInbound.ReportTime = inbound.ReportTime
plannedInbound.CurrentPosition = inbound.CurrentPosition
# ingore fixed updates
if True == plannedInbound.FixedSequence or index < self.FreezedIndex: