Ignore:
Timestamp:
07/21/12 12:43:34 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Documented the non-GUI modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/flight.py

    r274 r298  
    1 # Module related to the high-level tracking of the flight
    2 
    3 #---------------------------------------------------------------------------------------
    41
    52from soundsched import SoundScheduler, ChecklistScheduler
     
    96
    107import threading
     8
     9#---------------------------------------------------------------------------------------
     10
     11## @package mlx.flight
     12#
     13# The global flight state.
     14#
     15# This module defines a single class, \ref Flight, which represents the flight
     16# in progress.
    1117
    1218#---------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.