C# Class Soloco.RealTimeWeb.VehicleMonitor.Vehicles.Domain.DrivingState

Inheritance: VehicleState
Show file Open project: tim-cools/RealTimeWeb.NET

Public Methods

Method Description
DrivingState ( VehicleSimulationContext context ) : System
Update ( ) : VehicleState

Method Details

DrivingState() public method

public DrivingState ( VehicleSimulationContext context ) : System
context VehicleSimulationContext
return System

Update() public method

public Update ( ) : VehicleState
return VehicleState