Changeset 18:8c35931dd0ae


Ignore:
Timestamp:
02/11/12 19:55:26 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Implemented a simple GUI for debugging.

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • TODO

    r11 r18  
    22
    33- Test:
    4    - Check how pitot heat works on the Dash-8
     4   - Check how pitot heat works on the Dash-8: reversed, 0 means on, 1 means off
  • src/test.py

    r9 r18  
    1717        fl = flight.Flight(logger.Logger(output = output))
    1818        fl.cruiseAltitude = 18000
    19         fl.aircraftType = const.AIRCRAFT_B736
     19        fl.aircraftType = const.AIRCRAFT_DH8D
    2020        fl.aircraft = acft.Aircraft.create(fl)
    2121        #fl._stage = const.STAGE_LANDING
Note: See TracChangeset for help on using the changeset viewer.