C# 클래스 SimShift.Services.LaunchControl

Launch Control was developed for TDU2 in order to take off with least amount of wheelspin from the line. The module needs a user procedure to activate (engage gear, press brake, activate LC, press throttle, release brake).
상속: IControlChainObj
파일 보기 프로젝트 열기: nlhans/SimShift 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Data_CarChanged void

공개 메소드들

메소드 설명
GetAxis ( JoyControls c, double val ) : double
GetButton ( JoyControls c, bool val ) : bool
LaunchControl ( ) : System
Requires ( JoyControls c ) : bool
TickControls ( ) : void
TickTelemetry ( IDataMiner data ) : void

비공개 메소드들

메소드 설명
Data_CarChanged ( object sender, EventArgs e ) : void

메소드 상세

GetAxis() 공개 메소드

public GetAxis ( JoyControls c, double val ) : double
c JoyControls
val double
리턴 double

GetButton() 공개 메소드

public GetButton ( JoyControls c, bool val ) : bool
c JoyControls
val bool
리턴 bool

LaunchControl() 공개 메소드

public LaunchControl ( ) : System
리턴 System

Requires() 공개 메소드

public Requires ( JoyControls c ) : bool
c JoyControls
리턴 bool

TickControls() 공개 메소드

public TickControls ( ) : void
리턴 void

TickTelemetry() 공개 메소드

public TickTelemetry ( IDataMiner data ) : void
data IDataMiner
리턴 void