Ignore:
Timestamp:
07/21/12 12:43:34 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Documented the non-GUI modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/pyuipc_emu.py

    r27 r298  
    1 # Emulator for the pyuipc module
    2 #------------------------------------------------------------------------------
    31
    42import time
     
    64#------------------------------------------------------------------------------
    75
    8 # The ratio between kg and lbs
     6## @package mlx.pyuipc_emu
     7#
     8# A very simple PyUIPC emulator.
     9#
     10# This is not used currently.
     11
     12#------------------------------------------------------------------------------
     13
     14## The ratio between kg and lbs
    915KGTOLBS=1/0.4536
    1016
    11 # Feet to metres
     17## Feet to metres
    1218FEETTOMETRES=0.3048
    1319
     
    3642#------------------------------------------------------------------------------
    3743
    38 # Version constants
     44## Version constants
    3945SIM_ANY=0
    4046SIM_FS98=1
     
    4854#------------------------------------------------------------------------------
    4955
    50 # Error constants
     56## Error constants
    5157ERR_OK=0
    5258ERR_OPEN=1
     
    6874#------------------------------------------------------------------------------
    6975
    70 # The version of FSUIPC
     76## The version of FSUIPC
    7177fsuipc_version=0x0401
    7278lib_version=0x0302
Note: See TracChangeset for help on using the changeset viewer.