Explorar o código

update the report time to allow predictions

Sven Czarnian %!s(int64=3) %!d(string=hai) anos
pai
achega
74b8ec33d5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: