C# Class Soloco.RealTimeWeb.Environment.SimulateVehicleDataService

Inheritance: IDisposable
Afficher le fichier Open project: tim-cools/RealTimeWeb.NET Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
SimulateVehicleDataService ( IBusControl bus, IRoutePlanner routePlanner ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
CreateSimulators ( int numberOf ) : Soloco.RealTimeWeb.VehicleMonitor.Vehicles.Domain.VehicleSimulation[]
UpdateSimulators ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SimulateVehicleDataService() public méthode

public SimulateVehicleDataService ( IBusControl bus, IRoutePlanner routePlanner ) : System
bus IBusControl
routePlanner IRoutePlanner
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void