internal Brake()
 {
     BrakeType          = BrakeTypes.ElectromagneticStraightAirBrake;
     LocoBrakeType      = LocoBrakeTypes.NotFitted;
     BrakeControlSystem = BrakeControlSystems.None;
     BrakeControlSpeed  = 0.0;
 }
Esempio n. 2
0
			internal Brake() {
				this.BrakeType = BrakeTypes.ElectromagneticStraightAirBrake;
				this.BrakeControlSystem = BrakeControlSystems.None;
				this.BrakeControlSpeed = 0.0;
			}
Esempio n. 3
0
 internal Brake()
 {
     this.BrakeType          = BrakeTypes.ElectromagneticStraightAirBrake;
     this.BrakeControlSystem = BrakeControlSystems.None;
     this.BrakeControlSpeed  = 0.0;
 }