Changeset 1184:c2100c410a84 for src/mlx/const.py
- Timestamp:
- 04/30/25 15:05:04 (2 days ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/const.py
r1183 r1184 214 214 AIRCRAFT_B737 : "B737", 215 215 AIRCRAFT_B738 : "B738", 216 AIRCRAFT_B738C : "B738 C",216 AIRCRAFT_B738C : "B738", 217 217 AIRCRAFT_B732 : "B732", 218 218 AIRCRAFT_B733 : "B733", … … 230 230 AIRCRAFT_B462 : "B462" } 231 231 232 ## A mapping of aircraft types to their 'extended' ICAO codes, which 233 # are usually the same as the 'internal' ones above, but in certain 234 # cases 'sub-types' are distinguished 235 extendedICAOCodes = icaoCodes.copy() 236 extendedICAOCodes[AIRCRAFT_B738C] = "B738C" 237 232 238 #------------------------------------------------------------------------------- 233 239
Note:
See TracChangeset
for help on using the changeset viewer.