|
@@ -69,6 +69,7 @@ class RecedingHorizonControl:
|
|
self.AssignedWindow[inbound.Callsign][1] = 0
|
|
self.AssignedWindow[inbound.Callsign][1] = 0
|
|
|
|
|
|
plannedInbound = self.Windows[index].inbound(inbound.Callsign)
|
|
plannedInbound = self.Windows[index].inbound(inbound.Callsign)
|
|
|
|
+ plannedInbound.Report = inbound.Report
|
|
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:
|