]> git.mxchange.org Git - flightgear.git/commit
Expose FGPositioned data via property tree, and make comm-stations a real FGPositione...
authorJames Turner <zakalawe@mac.com>
Wed, 25 May 2011 06:50:15 +0000 (07:50 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 1 Jun 2011 16:45:22 +0000 (17:45 +0100)
commit2b967608a0029e6f373133124affd815b3a853e7
treed76160163d8160c7a531db0cfc4b943f5528970d
parent2bdaebb7d948de52b3e32b1d12224491c0361621
Expose FGPositioned data via property tree, and make comm-stations a real FGPositioned subclass.
34 files changed:
src/ATC/CMakeLists.txt
src/ATC/CommStation.cxx [new file with mode: 0644]
src/ATC/CommStation.hxx [new file with mode: 0644]
src/ATC/Makefile.am
src/ATC/atis_mgr.cxx [deleted file]
src/ATC/atis_mgr.hxx [deleted file]
src/ATCDCL/ATC.cxx
src/ATCDCL/ATC.hxx
src/ATCDCL/ATCDialog.cxx
src/ATCDCL/ATCmgr.cxx
src/ATCDCL/ATCmgr.hxx
src/ATCDCL/CMakeLists.txt
src/ATCDCL/Makefile.am
src/ATCDCL/atis.cxx
src/ATCDCL/atis.hxx
src/ATCDCL/commlist.cxx [deleted file]
src/ATCDCL/commlist.hxx [deleted file]
src/Airports/apt_loader.cxx
src/Airports/apt_loader.hxx
src/Airports/runwaybase.cxx
src/Airports/runwaybase.hxx
src/Airports/runways.cxx
src/Airports/runways.hxx
src/Airports/simple.cxx
src/Airports/simple.hxx
src/Instrumentation/KLN89/kln89_page_apt.cxx
src/Main/fg_init.cxx
src/Navaids/CMakeLists.txt
src/Navaids/PositionedBinding.cxx [new file with mode: 0644]
src/Navaids/PositionedBinding.hxx [new file with mode: 0644]
src/Navaids/navrecord.cxx
src/Navaids/navrecord.hxx
src/Navaids/positioned.cxx
src/Navaids/positioned.hxx