add shall-should-may information to the sequence
This commit is contained in:
@@ -33,7 +33,9 @@ class InboundEncoder(JSONEncoder):
|
|||||||
'pta' : pta[0:delimiter],
|
'pta' : pta[0:delimiter],
|
||||||
'delay' : delta,
|
'delay' : delta,
|
||||||
'wtc' : o.WTC,
|
'wtc' : o.WTC,
|
||||||
'iaf' : o.Report.initialApproachFix
|
'iaf' : o.Report.initialApproachFix,
|
||||||
|
'expectedrunway' : o.ExpectedRunway,
|
||||||
|
'assignmentmode' : o.AssignmentMode
|
||||||
}
|
}
|
||||||
|
|
||||||
class RunwaySequencingEncoder(JSONEncoder):
|
class RunwaySequencingEncoder(JSONEncoder):
|
||||||
|
|||||||
Reference in New Issue
Block a user