Procházet zdrojové kódy

update the report to get the latest information

Sven Czarnian před 3 roky
rodič
revize
0a51874006
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      aman/sys/RecedingHorizonControl.py

+ 1 - 0
aman/sys/RecedingHorizonControl.py

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