]> git.tdb.fi Git - r2c2.git/commit
Handle sensors in a separate class
authorMikko Rasa <tdb@tdb.fi>
Tue, 4 Jun 2013 11:34:58 +0000 (14:34 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 4 Jun 2013 18:58:27 +0000 (21:58 +0300)
commit59bae8acd679127602cf35d22bcd37e316a5a056
treec335f2c7f6fa08bbea70fa1e09c59ad2c4b95073
parent5c1ddd2f213af3fea15237e02f7da112c0abba36
Handle sensors in a separate class
15 files changed:
source/engineer/engineer.cpp
source/libr2c2/block.cpp
source/libr2c2/block.h
source/libr2c2/blockallocator.cpp
source/libr2c2/blockallocator.h
source/libr2c2/layout.cpp
source/libr2c2/layout.h
source/libr2c2/sensor.cpp [new file with mode: 0644]
source/libr2c2/sensor.h [new file with mode: 0644]
source/libr2c2/timetable.cpp
source/libr2c2/timetable.h
source/libr2c2/trackcircuit.cpp [new file with mode: 0644]
source/libr2c2/trackcircuit.h [new file with mode: 0644]
source/libr2c2/train.cpp
source/libr2c2/train.h