Skip to content

Commit

Permalink
major step forward
Browse files Browse the repository at this point in the history
+ split openTAWS into multiple crates in a workspace
  + `aviation_database` contains data of airports
  + `taws_minimal` is a `no_std` reference implementations of a taws
  + `kd_tree` implementation of nearest neighbour lookup
  + `kd_tree_sort` implementation of kd tree generator
  + `opentaws` core library containing alert functionalities
+ add aviation_database interface and implementation
+ add kd_tree implementation for nearest neighbour lookup in aviation
  database
+ start implementation of PDA, Mode3 and Five Hundred Foot Altitude
  Callout
+ started investigating a new test case generator strategy
  • Loading branch information
Wanja Zaeske authored and wucke13 committed Nov 25, 2021
1 parent d842017 commit e9d1818
Show file tree
Hide file tree
Showing 54 changed files with 3,496 additions and 1,280 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ target
report/
**/result
**/result-doc

aviation_database/airports.json
Loading

0 comments on commit e9d1818

Please sign in to comment.