ST_MultiBelt - General Information
Type: |
Data structure |
Available as of: |
V1.0.0.0 |
Inherits from: |
- |
Versions: |
Current version |
Structure for the parameterization of a MultiBelt network.
Variable |
Data type |
Description |
---|---|---|
stGeneral |
General parameters |
|
astStation |
ARRAY[1..Gc_uiMaxNumberOfStations] OF ST_Station |
Parameters of the stations |
astTrain |
ARRAY[1..Gc_uiMaxNumberOfBelts] OF ST_Train |
Parameters of the trains |
astTrainFeedback |
ARRAY[1..Gc_uiMaxNumberOfBelts] OF ST_TrainFeedBack |
Feedback parameters of the trains |
astStationFeedback |
ARRAY[1..Gc_uiMaxNumberOfStations] OF ST_StationFeedBack |
Feedback parameters of the stations |
stLogger |
Logger |