AEW&C kneeboard + actually do AEW&C (#922)

* AEW&C will now do AEW&C
* AEW&C gets a frequency
* AEW&C is added to kneeboard (Frequency, Depature, Depature Time, Arrival Time)
This commit is contained in:
Simon Krüger
2021-03-13 23:07:19 +01:00
committed by GitHub
parent 0f07b2c095
commit 260358c5fb
6 changed files with 93 additions and 14 deletions

View File

@@ -713,6 +713,10 @@ class AwacsFlightPlan(LoiterFlightPlan):
if self.divert is not None:
yield self.divert
@property
def mission_start_time(self) -> Optional[timedelta]:
return self.takeoff_time()
def tot_for_waypoint(self, waypoint: FlightWaypoint) -> Optional[timedelta]:
if waypoint == self.hold:
return self.package.time_over_target