]> git.mxchange.org Git - flightgear.git/commit
Major re-work of the comm frequency storage and lookup. Only a small core amount...
authordaveluff <daveluff>
Thu, 6 Feb 2003 10:42:43 +0000 (10:42 +0000)
committerdaveluff <daveluff>
Thu, 6 Feb 2003 10:42:43 +0000 (10:42 +0000)
commit9b7405304d48c050849bbf45f6088a558916a43b
treee8a4c05e7b9253b005831364964eb73adfd41680
parent98644532591524c78870e999a62d66af05469cc1
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
18 files changed:
src/ATC/ATC.cxx
src/ATC/ATC.hxx
src/ATC/ATCmgr.cxx
src/ATC/ATCmgr.hxx
src/ATC/Makefile.am
src/ATC/approach.cxx
src/ATC/approach.hxx
src/ATC/approachlist.cxx
src/ATC/approachlist.hxx
src/ATC/atis.cxx
src/ATC/atis.hxx
src/ATC/atislist.cxx
src/ATC/atislist.hxx
src/ATC/commlist.cxx [new file with mode: 0644]
src/ATC/commlist.hxx [new file with mode: 0644]
src/ATC/tower.hxx
src/ATC/towerlist.cxx
src/ATC/towerlist.hxx