OpenTTD Source
20241108-master-g80f628063a
|
Finite sTate mAchine (FTA) of an airport. More...
#include <airport.h>
Public Types | |
enum | Flags { AIRPLANES = 0x1 , HELICOPTERS = 0x2 , ALL = AIRPLANES | HELICOPTERS , SHORT_STRIP = 0x4 } |
Bitmask of airport flags. More... | |
Public Member Functions | |
AirportFTAClass (const AirportMovingData *moving_data, const uint8_t *terminals, const uint8_t num_helipads, const uint8_t *entry_points, Flags flags, const AirportFTAbuildup *apFA, uint8_t delta_z) | |
const AirportMovingData * | MovingData (uint8_t position) const |
Get movement data at a position. More... | |
Data Fields | |
const AirportMovingData * | moving_data |
Movement data. | |
struct AirportFTA * | layout |
state machine for airport | |
const uint8_t * | terminals |
Array with the number of terminal groups, followed by the number of terminals in each group. | |
const uint8_t | num_helipads |
Number of helipads on this airport. When 0 helicopters will go to normal terminals. | |
Flags | flags |
Flags for this airport type. | |
uint8_t | nofelements |
number of positions the airport consists of | |
const uint8_t * | entry_points |
when an airplane arrives at this airport, enter it at position entry_point, index depends on direction | |
uint8_t | delta_z |
Z adjustment for helicopter pads. | |
|
inline |
Get movement data at a position.
position | Element number to get movement data about. |
Definition at line 170 of file airport.h.
References moving_data, and nofelements.