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: