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