소스 검색

update the report to get the latest information

Sven Czarnian 3 년 전
부모
커밋
0a51874006
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: