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(); }
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(); }