]> git.mxchange.org Git - flightgear.git/commit
Split GroundNetwork class down the middle
authorJames Turner <zakalawe@mac.com>
Wed, 9 Dec 2015 13:01:24 +0000 (14:01 +0100)
committerJames Turner <zakalawe@mac.com>
Thu, 10 Dec 2015 21:53:05 +0000 (15:53 -0600)
commit6446d674319e7f96a69ab465cbd238177988b638
tree493529396cc4fde2d4df957511a2355a98722044
parent8b49ed08ccefc231de58e980b1b9d4b3de6afa5b
Split GroundNetwork class down the middle

- ATC functions move to GroundController, which layers above
  remaining GroundNetwork functionality
- dynamics owns both the groundNetwork and the ground controller.
src/AIModel/AIAircraft.cxx
src/AIModel/AIFlightPlanCreate.cxx
src/AIModel/AIFlightPlanCreatePushBack.cxx
src/ATC/CMakeLists.txt
src/ATC/GroundController.cxx [new file with mode: 0644]
src/ATC/GroundController.hxx [new file with mode: 0644]
src/Airports/dynamics.cxx
src/Airports/dynamics.hxx
src/Airports/groundnetwork.cxx
src/Airports/groundnetwork.hxx