|
Function type Variables |
vsplib.CopyPublicTransportVehicleTrafficStream |
|
|
|
VOID w_TrainCopy(UBYTE fmTs, UBYTE fmTrain, UBYTE toTs, UBYTE toTrain); |
|
||
|
Description |
Copying 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 of the outgoing traffic stream is to be copied. |
||
|
toTs |
The ID number of the target traffic stream must be specified. |
||
|
toTrain |
Specifies which train of the target traffic stream is to be copied to. |
||
|
Return value |
|||
|
None |
|||
|
Remark |
|||
|
Can only be used for public transport traffic streams that have not been analysed using the public transport module. |
|||

