update the report time to allow predictions
This commit is contained in:
@@ -70,6 +70,7 @@ class RecedingHorizonControl:
|
|||||||
|
|
||||||
plannedInbound = self.Windows[index].inbound(inbound.Callsign)
|
plannedInbound = self.Windows[index].inbound(inbound.Callsign)
|
||||||
plannedInbound.Report = inbound.Report
|
plannedInbound.Report = inbound.Report
|
||||||
|
plannedInbound.ReportTime = inbound.ReportTime
|
||||||
plannedInbound.CurrentPosition = inbound.CurrentPosition
|
plannedInbound.CurrentPosition = inbound.CurrentPosition
|
||||||
# ingore fixed updates
|
# ingore fixed updates
|
||||||
if True == plannedInbound.FixedSequence or index < self.FreezedIndex:
|
if True == plannedInbound.FixedSequence or index < self.FreezedIndex:
|
||||||
|
|||||||
Reference in New Issue
Block a user