Esempio n. 1
0
 public void ThrottleSupport()
 {
     Notify("Throttle Support"); DelaySimulation.WaitDefault();
 }
Esempio n. 2
0
 public void ThrottleIdle()
 {
     Notify("Throttle Idle"); DelaySimulation.WaitDefault();
 }
Esempio n. 3
0
 public void ThrottleMinimal()
 {
     Notify("Throttle Minimal"); DelaySimulation.WaitDefault();
 }
Esempio n. 4
0
 public void PantographRise()
 {
     Notify("Locomotive pantograph rised"); DelaySimulation.WaitDefault();
 }
Esempio n. 5
0
 public void PantographDetach()
 {
     Notify("Locomotive panthograph detached");
     Notify(CurrentState = _defaultState);
     DelaySimulation.WaitDefault();
 }
Esempio n. 6
0
 public void IBRelease()
 {
     Notify("Independent brake release"); DelaySimulation.WaitDefault();
 }
Esempio n. 7
0
 public void SystemCheck()
 {
     Notify("Locomotive prestart system checking"); DelaySimulation.WaitDefault();
 }
Esempio n. 8
0
 public void BrakesMedium()
 {
     Notify("Brakes medium"); DelaySimulation.WaitDefault();
 }
Esempio n. 9
0
 public void BrakesMinimum()
 {
     Notify("Brakes minimal"); DelaySimulation.WaitDefault();
 }
Esempio n. 10
0
 public void BrakesRelease()
 {
     Notify("Brakes release"); DelaySimulation.WaitDefault();
 }
Esempio n. 11
0
 public void BrakesFullService()
 {
     Notify("Brakes Full Service"); DelaySimulation.WaitDefault();
 }
Esempio n. 12
0
 public void BrakesEmergency()
 {
     Notify("Brakes Emergrncy. Hold On!"); DelaySimulation.WaitDefault();
 }