Ignore:
Timestamp:
04/21/12 14:49:45 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The PIREP can be created and sent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/const.py

    r82 r97  
    132132#-------------------------------------------------------------------------------
    133133
     134# Flight type: scheduled
     135FLIGHTTYPE_SCHEDULED = 0
     136
     137# Flight type: old-timer
     138FLIGHTTYPE_OLDTIMER = 1
     139
     140# Flight type: VIP
     141FLIGHTTYPE_VIP = 2
     142
     143# Flight type: charter
     144FLIGHTTYPE_CHARTER = 3
     145
     146#-------------------------------------------------------------------------------
     147
    134148# The available gates at LHBP
    135149lhbpGateNumbers = []
Note: See TracChangeset for help on using the changeset viewer.