Decoder cleanups from experimental branch.

This commit is contained in:
Oliver Jowett 2015-01-21 00:23:48 +00:00
parent 0433ed3f5d
commit 5e522fe8db
8 changed files with 588 additions and 477 deletions

View file

@ -26,7 +26,7 @@
#define MODES_ICAO_FILTER_TTL 60
// Open-addressed hash table with linear probing.
// We store each address twice to handle Address/Parity and Data/Parity
// We store each address twice to handle Data/Parity
// which need to match on a partial address (top 16 bits only).
// Maintain two tables and switch between them to age out entries.