Changeset 1057:c0b03a92ef29
- Timestamp:
- 06/15/22 18:07:11 (2 years ago)
- Branch:
- python3
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/overview.dox
r474 r1057 211 211 * -# \c src/mlx/acft.py: there is a dictionary named \c _classes 212 212 * towards the end of the file. Add the type to it. 213 * -# \c src/mlx/ web.py: the \ref mlx.web.BookedFlight class contains213 * -# \c src/mlx/rpc.py: the \ref mlx.web.BookedFlight class contains 214 214 * two dictionaries, the mapping between the types and the values the MAVA 215 215 * website uses to identify the type. Add the appropriate values -
src/mlx/web.py
r1053 r1057 37 37 # 38 38 # This module also defines some data classes the contents of which are 39 # retrieved or sent via HTTP. \ref BookedFlight contains data of a flight 40 # booked on the MAVA website, \ref Fleet and \ref Plane represents the MAVA 39 # retrieved or sent via HTTP. \ref Fleet and \ref Plane represents the MAVA 41 40 # fleet and the gates at Ferihegy and \ref NOTAM is a NOTAM. 42 41
Note:
See TracChangeset
for help on using the changeset viewer.