daveluff
|
1154a0dae2
|
Added FindByCode (airport ICAO code) to commlist. This is basically a wrapper around Flightgear's airport lookup and FindByPos
|
2003-03-06 14:06:34 +00:00 |
|
daveluff
|
b271bc5da2
|
Better robustness for the ATCData structure istream operator. Adding fin.close() seems to have cured an intermittent stackdump when reading in the voice files which are the next istream operation to occur. Unknown types no longer cause the rest of the file not to be read - only the specific unknown entry
|
2003-02-13 12:17:37 +00:00 |
|
daveluff
|
9b7405304d
|
Major re-work of the comm frequency storage and lookup. Only a small core amount of data is now stored instead of the whole ATC classes. All the comm frequency types are now stored in one map instead of a map each. query(...) and query_bck(...) have been renamed to FindByFreq(...) and FindByPos(...) for clarity and consistency with NavList
|
2003-02-06 10:42:43 +00:00 |
|