C# Class 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).
Inheritance: IControlChainObj
ファイルを表示 Open project: nlhans/SimShift Class Usage Examples

Private Properties

Property Type Description
Data_CarChanged void

Public Methods

Method Description
GetAxis ( JoyControls c, double val ) : double
GetButton ( JoyControls c, bool val ) : bool
LaunchControl ( ) : System
Requires ( JoyControls c ) : bool
TickControls ( ) : void
TickTelemetry ( IDataMiner data ) : void

Private Methods

Method Description
Data_CarChanged ( object sender, EventArgs e ) : void

Method Details

GetAxis() public method

public GetAxis ( JoyControls c, double val ) : double
c JoyControls
val double
return double

GetButton() public method

public GetButton ( JoyControls c, bool val ) : bool
c JoyControls
val bool
return bool

LaunchControl() public method

public LaunchControl ( ) : System
return System

Requires() public method

public Requires ( JoyControls c ) : bool
c JoyControls
return bool

TickControls() public method

public TickControls ( ) : void
return void

TickTelemetry() public method

public TickTelemetry ( IDataMiner data ) : void
data IDataMiner
return void