public TireSensor(object identifier, TirePosition position)
     : base(identifier)
 {
     this.Position = position;
     this.Pressure = Utils.NormalRandom.Next(2.0, 0.2, 1.8, 2.2);
 }
Example #2
0
 public TireSensor(object identifier, TirePosition position) : base(identifier)
 {
     this.Position = position;
     this.Pressure = Utils.NormalRandom.Next(2.0, 0.2, 1.8, 2.2);
 }