C# Class AK.F1.Timing.Model.Session.SpeedCaptureModel

Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Public Methods

Method Description
SpeedCaptureModel ( DriverModel driver, SpeedCaptureLocation location, int speed ) : System

Initialises a new instance of the SpeedCaptureModel class.

Method Details

SpeedCaptureModel() public method

Initialises a new instance of the SpeedCaptureModel class.
/// Thrown when is . ///
public SpeedCaptureModel ( DriverModel driver, SpeedCaptureLocation location, int speed ) : System
driver AK.F1.Timing.Model.Driver.DriverModel The driver which posted the speed.
location SpeedCaptureLocation The capture location.
speed int The captured speed.
return System