forked from albar965/atools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
74 lines (51 loc) · 2.57 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
atools is a static library extending Qt for exception handling,
a log4j like logging framework, Flight Simulator related utilities like BGL reader
and more.
Issues can be submitted at https://github.com/albar965/littlenavmap/issues .
-------------------------------------------------------------------------------
Modules (by directory in "src"):
* fs
Microsoft Flight Simulator related functionality. Contains a class that automatically finds
flight simulator installations and related paths.
** fs/ap
Simple runways.xml reading tool. Needs MakeRunways by Peter Dowson.
** fs/bgl
A complete collection of classes that read airport and navigation data information from FS BGL files.
** fs/db
A collection of classes that takes the airport and navigation information read from the BGL files and
writes them into a relational database format (currently Sqlite).
See atools/resources/sql/fs/db/README.txt for schema for more information about the database schema.
** fs/scenery
Supports reading of the flight simulator scenery.cfg file.
** fs/pln
Support for reading and writing flight simulator flight plan (PLN/XML) files.
** fs/lb
Flight simulator logbook reading functionality.
* io
Simple binary file reading functionality also using exceptions to ease error handling. Also a
file/log rolling class and a reader for ini files.
* geo
Simple geometry module containing point and rectangle classes as well as various complex calculations.
* gui
GUI and dialog helper classes.
* logging
log4j like logging using the QDebug class. Supports log level filtering into multiple files and file rollover
to keep multiple log files.
* settings
Wrapper around the QSettings class to provide the settings system wide as a singleton.
* sql
Wrapper around Qt SQL classes but with added exception handling to avoid excessive boilerplate
coding for error checks.
* util
Miscellaneous utilities.
* zip
A copy of the unsupported and Qt zip class. Improved for better error handling.
------------------------------------------------------------------------------
-- LICENSE -------------------------------------------------------------------
------------------------------------------------------------------------------
This software is licensed under GPL3 or any later version.
The source code for this application is available at Github:
https://github.com/albar965/atools
Copyright 2015-2023 Alexander Barthel (https://www.littlenavmap.org/contact.html).
-------------------------------------------------------------------------------
French translation copyright 2017 Patrick JUNG alias Patbest ([email protected]).