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

Added some further documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r274 r297  
    1 # Module for the simulator-independent aircraft classes
     1## @package mlx.acft
     2#
     3# The simulator-independent aircraft classes.
     4#
     5# This module contains the aircraft classes that contain some general data
     6# about each aircraft type in the MAVA Fleet. The base class, \ref Aircraft
     7# also implements some parts of the logging and traces some data. The classes
     8# are also responsible for creating the \ref mlx.checks "checkers". Most of
     9# them are created by the \ref Aircraft class' constructor, but there can be
     10# type-specific differences. For example the lights are different for different
     11# types, so there is a \ref Aircraft._appendLightsLoggers "function" which can
     12# be reimplemented in child classes, if needed. This class maintains also the
     13# \ref SmoothedValue "smoothed values" of the IAS and the VS and set these
     14# values in the \ref mlx.fs.AircraftState "aircraft state" when it is received
     15# from the simulator.
    216
    317#---------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.