|
Function type Variables |
VOID w_TrainMove(UBYTE fmTs, UBYTE fmTrain, UBYTE toTs, UBYTE toTrain); |
EN |
|
|
LEER m_ZugVerschieben(BYTE vonVS, BYTE vonZug, BYTE zuVS, BYTE zuZug); |
DE |
||
|
Description |
Moving a registered train with all its detectors to another traffic stream. |
||
|
Version information |
from version 6.1.3 |
||
|
Arguments |
|||
|
UBYTE |
fmTs |
ID number of the traffic stream as the starting point. |
|
|
fmTrain |
Specifies which of the registered trains in the outgoing traffic stream is to be moved. |
||
|
toTs |
The ID number of the target traffic stream must be specified. |
||
|
toTrain |
Specifies which train of the target traffic stream is to be shifted to. |
||
|
Return value |
|||
|
None |
|||
|
Remark |
|||
|
Can only be used for public transport traffic streams that have not been analysed using the public transport module. |
|||