Bladeren bron

update the report time to allow predictions

Sven Czarnian 3 jaren geleden
bovenliggende
commit
74b8ec33d5
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      aman/sys/RecedingHorizonControl.py

+ 1 - 0
aman/sys/RecedingHorizonControl.py

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