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