You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The events sent are ``EmergencyBrakingRequestedBySimulator``, ``EmergencyBrakingReleasedBySimulator`` and ``ManualResetOutOfControlMode``.
1069
+
For the first event, the reason of the emergency braking is also sent:
1070
+
1071
+
- ``SPAD``: The train has passed a signal at danger at the front of the train
1072
+
- ``SPAD_REAR``: The train has passed a signal at danger at the rear of the train
1073
+
- ``MISALIGNED_SWITCH``: The train has trailed a misaligned switch
1074
+
- ``OUT_OF_AUTHORITY``: The train has passed the limit of authority
1075
+
- ``OUT_OF_PATH``: The train has ran off its allocated path
1076
+
- ``SLIPPED_INTO_PATH``: The train has slipped back into the path of another train
1077
+
- ``SLIPPED_TO_ENDOFTRACK``: The train has slipped off the end of the track
1078
+
- ``OUT_OF_TRACK``: The train has moved off the track
1079
+
- ``OTHER_TRAIN_IN_PATH``: Another train has entered the train's path
1080
+
- ``SLIPPED_INTO_TURNTABLE``: The train has entered a misaligned turntable
1081
+
- ``TRAIN_ON_MOVING_TURNTABLE``: The train has started moving on a moving turntable
1082
+
1083
+
.. code-block:: csharp
1084
+
1085
+
publicoverridevoidSetEmergency(boolemergency)
1086
+
1087
+
This function is deprecated and will be deleted in a future version. The parameter indicates if the emergency braking is requested (true) or released (false).
1088
+
1057
1089
Generic cabview controls
1058
1090
''''''''''''''''''''''''
1059
1091
Often Train Control Systems have a quite sophisticated DMI (driver-machine
0 commit comments