C# Class SimShift.Services.Antistall

This module is the "Auto-Clutch" feature and engages the clutch when the engine is about to stall. It also ensures smooth get-away when the user engages throttle when the vehicle has stopped.
Inheritance: IControlChainObj, IConfigurable
Mostra file Open project: nlhans/SimShift Class Usage Examples

Protected Properties

Property Type Description
BlipFull bool

Private Properties

Property Type Description

Public Methods

Method Description
Antistall ( ) : System
ApplyParameter ( IniValueObject obj ) : void
ExportParameters ( ) : IEnumerable
GetAxis ( JoyControls c, double val ) : double
GetButton ( JoyControls c, bool val ) : bool
Requires ( JoyControls c ) : bool
ResetParameters ( ) : void
TickControls ( ) : void
TickTelemetry ( IDataMiner telemetry ) : void

Method Details

Antistall() public method

public Antistall ( ) : System
return System

ApplyParameter() public method

public ApplyParameter ( IniValueObject obj ) : void
obj SimShift.Utils.IniValueObject
return void

ExportParameters() public method

public ExportParameters ( ) : IEnumerable
return IEnumerable

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

Requires() public method

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

ResetParameters() public method

public ResetParameters ( ) : void
return void

TickControls() public method

public TickControls ( ) : void
return void

TickTelemetry() public method

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

Property Details

BlipFull protected_oe property

protected bool BlipFull
return bool