extend the schedule time
This commit is contained in:
		| @@ -4,8 +4,9 @@ package aman; | |||||||
| import "Aircraft.proto"; | import "Aircraft.proto"; | ||||||
|  |  | ||||||
| message AircraftSchedule { | message AircraftSchedule { | ||||||
|     Aircraft aircraft       = 1; // aircraft information |     Aircraft aircraft          = 1; // aircraft information | ||||||
|     string   arrivalRoute   = 2; // planned arrival route |     string   arrivalRoute      = 2; // planned arrival route | ||||||
|     string   arrivalRunway  = 3; // planned arrival runway |     string   arrivalRunway     = 3; // planned arrival runway | ||||||
|     string   reachIafAtTime = 4; // UTC time when the aircraft needs to pass IAF |     string   reachIafAtTime    = 4; // UTC time when the aircraft needs to pass IAF | ||||||
|  |     string   reachRunwayAtTime = 5; // UTC time when the aircraft needs to touch down | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user