]> git.tdb.fi Git - r2c2.git/commit
Store routing information in TrainRoutePlanner to avoid threading problems
authorMikko Rasa <tdb@tdb.fi>
Thu, 5 Feb 2015 08:40:19 +0000 (10:40 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 5 Feb 2015 08:40:19 +0000 (10:40 +0200)
commitdd41422054c277b44059d5d2d127ce34a2c2119f
tree7322f4a2123460c63aad4d64c8b0c23183365705
parent7f63edbdf0d3c08893bdd2341ec3e50fb1ccc6f8
Store routing information in TrainRoutePlanner to avoid threading problems

TrainRouter removes checkpoints when the train passes them, which will
cause problems if the planner is still running.
source/libr2c2/trainrouteplanner.cpp
source/libr2c2/trainrouteplanner.h
source/libr2c2/trainrouter.cpp
source/libr2c2/trainrouter.h