gr-air-modes/python
Johnathan Corgan c0d24f12c9 modes_kml: fix case where KML generation thread dies
SQLite does not deal well with concurrency.  Avoid database locked
errors by synchronizing database access using a threading.Lock().
2012-10-06 08:47:49 -07:00
..
__init__.py First stab at using real exception handling instead of returning [None] everywhere 2012-06-19 18:49:42 -07:00
altitude.py Implemented metric altitude decoding but left it commented and throwing an exception by default. 2012-06-19 19:17:33 -07:00
CMakeLists.txt First stab at using real exception handling instead of returning [None] everywhere 2012-06-19 18:49:42 -07:00
cpr.py How did this go so long without being fixed? Range and bearing were asymptotic due to -- get this -- degree/radian confusion. 2012-07-20 18:49:54 -07:00
mlat.py Move multilateration test code into mlat.py 2012-06-18 18:43:53 -07:00
modes_exceptions.py Completely rewrote parser, everything is broken 2012-06-21 23:45:49 -07:00
modes_flightgear.py Parser returns objects for subfields instead of flat data. Lets you use get_type to resolve BDS registers, etc. 2012-07-16 09:27:18 -07:00
modes_kml.py modes_kml: fix case where KML generation thread dies 2012-10-06 08:47:49 -07:00
modes_parse.py Add BDS0,9-3 (air course report) to parser/printer. 2012-07-21 11:10:15 -07:00
modes_print.py Fix bug in print on unknown FTC type. 2012-09-17 14:17:16 -07:00
modes_raw_server.py CMakeified almost everything. Test code in python/ and apps other than uhd_modes.py still need minor updating. 2011-12-14 10:17:16 -08:00
modes_sbs1.py Add carriage returns before linefeeds in SBS1 feed. 2012-09-14 09:06:51 -07:00
modes_sql.py modes_kml: fix case where KML generation thread dies 2012-10-06 08:47:49 -07:00
qa_gr-air-modes.py CMakeified almost everything. Test code in python/ and apps other than uhd_modes.py still need minor updating. 2011-12-14 10:17:16 -08:00
Quaternion.py Backport Flightgear server from private tx branch, collapse commits. 2012-06-13 07:49:22 -07:00