Ejemplo n.º 1
0
 public Scenario()
 {
     this.Name = string.Empty;
     this.MediumAccessControl = MacTypes.ID;
     this.MainMap = new Map();
     this.MainSpectrum = new Spectrum();
     this.InterferenceSpectrum = new Spectrum();
     this.Vehicles = new BindingList<Vehicle>();
     this.SimulationTime = new SimTime();
     this.ThroughputConfig = new Throughput();
 }
Ejemplo n.º 2
0
 public Scenario()
 {
     this.Name = string.Empty;
     this.MediumAccessControl  = MacTypes.ID;
     this.MainMap              = new Map();
     this.MainSpectrum         = new Spectrum();
     this.InterferenceSpectrum = new Spectrum();
     this.Vehicles             = new BindingList <Vehicle>();
     this.SimulationTime       = new SimTime();
     this.ThroughputConfig     = new Throughput();
 }