浏览代码

add shall-should-may information to the sequence

Sven Czarnian 3 年之前
父节点
当前提交
f6736133a7
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      aman/app.py

+ 3 - 1
aman/app.py

@@ -33,7 +33,9 @@ class InboundEncoder(JSONEncoder):
             'pta' : pta[0:delimiter],
             'delay' : delta,
             'wtc' : o.WTC,
-            'iaf' : o.Report.initialApproachFix
+            'iaf' : o.Report.initialApproachFix,
+            'expectedrunway' : o.ExpectedRunway,
+            'assignmentmode' : o.AssignmentMode
         }
 
 class RunwaySequencingEncoder(JSONEncoder):