]> git.tdb.fi Git - r2c2.git/commit
Rename turnout/sensor_id fields in Track and Block to *_addr
authorMikko Rasa <tdb@tdb.fi>
Thu, 7 Nov 2013 20:31:50 +0000 (22:31 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 7 Nov 2013 20:31:50 +0000 (22:31 +0200)
commitb28062f2dc88e082ee5a28b2e1f7c4c8bd989023
tree0692d560cff08044ffa9500e9303ee1453e0fb24
parentaf50f0bdecaf4d08cf13227d092a788c65220845
Rename turnout/sensor_id fields in Track and Block to *_addr

That's what they really are.  The *_id names would get in the way of what
I'm going to do next.
18 files changed:
source/designer/designer.cpp
source/designer/trackproperties.cpp
source/designer/trackproperties.h
source/engineer/engineer.cpp
source/libr2c2/block.cpp
source/libr2c2/block.h
source/libr2c2/blockallocator.cpp
source/libr2c2/blockiter.cpp
source/libr2c2/layout.cpp
source/libr2c2/layout.h
source/libr2c2/route.cpp
source/libr2c2/signal.cpp
source/libr2c2/track.cpp
source/libr2c2/track.h
source/libr2c2/trackcircuit.cpp
source/libr2c2/train.cpp
source/libr2c2/trainrouter.cpp
source/libr2c2/vehicle.cpp