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/fs.py

    r295 r298  
     1
     2import const
     3from sound import startSound
     4
     5import fsuipc
     6import threading
     7import time
     8
     9#-------------------------------------------------------------------------------
     10
    111## @package mlx.fs
    212#
     
    1121# simulated aircraft. Instances of class \ref AircraftState are used for this
    1222# purpose.
    13 
    14 #-------------------------------------------------------------------------------
    15 
    16 import const
    17 from sound import startSound
    18 
    19 import fsuipc
    20 import threading
    21 import time
     23#
     24# This module also contains some definitions for message sending and implements
     25# the timing logic itself.
    2226
    2327#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.