FlightGear next
AIConstants.hxx
Go to the documentation of this file.
1/*
2 * SPDX-FileName: AIConstants.hxx
3 * SPDX-FileComment: AIConstants
4 * SPDX-FileCopyrightText: Copyright (C) 2024 Keith Paterson - keith.paterson@gmx.de
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 */
7
8#pragma once
9
25
26// 1 = joined departure queue; 2 = Passed DepartureHold waypoint; handover control to tower; 0 = any other state.
27namespace AITakeOffStatus {
28enum Type {
30 QUEUED, // joined departure queue
31 CLEARED_FOR_TAKEOFF // Passed DepartureHold waypoint; handover control to tower;
32};
33}
@ HOLD_PATTERN
@ RUNWAY_TAXI
@ PARKING_TAXI
@ STARTUP_PUSHBACK