update the report time to allow predictions

Этот коммит содержится в:
Sven Czarnian
2021-12-14 11:23:03 +01:00
родитель 52aefd0966
Коммит 74b8ec33d5

Просмотреть файл

@@ -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: