Changeset 295:7340a9356485 for src
- Timestamp:
- 07/21/12 10:24:48 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/fs.py
r274 r295 1 # Module for generic flight-simulator interfaces 1 ## @package mlx.fs 2 # 3 # The main interface to the flight simulator. 4 # 5 # The \ref createSimulator function can be used to create an instance of 6 # the class that can be used to access the simulator. It expects an instance of 7 # the \ref ConnectionListener class, the member functions of which will be 8 # called when something happens with the connection to the simulator. 9 # 10 # The simulator interface is most often used to retrieve the state of the 11 # simulated aircraft. Instances of class \ref AircraftState are used for this 12 # purpose. 2 13 3 14 #-------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.