C# Класс SimShift.Services.CruiseControl

This module simulates a CruiseControl. Although some games (like ETS2) incorporate Cruise Control, previously there were no features like resume CC, speed up or slow down CC And above all: the CC in-game disengages when shifting gear.
Наследование: IControlChainObj, IConfigurable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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 data ) : void

Описание методов

ApplyParameter() публичный Метод

public ApplyParameter ( IniValueObject obj ) : void
obj SimShift.Utils.IniValueObject
Результат void

ExportParameters() публичный Метод

public ExportParameters ( ) : IEnumerable
Результат IEnumerable

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

Requires() публичный Метод

public Requires ( JoyControls c ) : bool
c JoyControls
Результат bool

ResetParameters() публичный Метод

public ResetParameters ( ) : void
Результат void

TickControls() публичный Метод

public TickControls ( ) : void
Результат void

TickTelemetry() публичный Метод

public TickTelemetry ( IDataMiner data ) : void
data IDataMiner
Результат void