C# 클래스 AK.F1.Timing.Model.Session.SpeedCaptureModel

파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

공개 메소드들

메소드 설명
SpeedCaptureModel ( DriverModel driver, SpeedCaptureLocation location, int speed ) : System

Initialises a new instance of the SpeedCaptureModel class.

메소드 상세

SpeedCaptureModel() 공개 메소드

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.
리턴 System