]> git.tdb.fi Git - r2c2.git/commitdiff
Do not allocate blocks while halt is in effect
authorMikko Rasa <tdb@tdb.fi>
Wed, 11 Feb 2015 12:06:39 +0000 (14:06 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 11 Feb 2015 12:06:39 +0000 (14:06 +0200)
A turnout state change signal is emitted even if a failure is detected,
to indicate the end of the operation.  Resuming allocation in such a case
would cause the train to stray to an incorrect path.  It's better to wait
until the user has resolved the situation and removed the halt state.


No differences found