C# Class SimTelemetry.Tests.Aggregates.CarTestDrivetrain

Inheritance: SimTelemetry.Domain.Entities.Drivetrain
Mostrar archivo Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
CarTestDrivetrain ( float clutchSlipTorque, float clutchFriction, float upshiftTime, float downshiftTime, int gears, IEnumerable gearRatios, IEnumerable finalRatios, IEnumerable stockRatios, int stockFinal, DriveTrainSetup drive, float driveDistribution ) : System

Method Details

CarTestDrivetrain() public method

public CarTestDrivetrain ( float clutchSlipTorque, float clutchFriction, float upshiftTime, float downshiftTime, int gears, IEnumerable gearRatios, IEnumerable finalRatios, IEnumerable stockRatios, int stockFinal, DriveTrainSetup drive, float driveDistribution ) : System
clutchSlipTorque float
clutchFriction float
upshiftTime float
downshiftTime float
gears int
gearRatios IEnumerable
finalRatios IEnumerable
stockRatios IEnumerable
stockFinal int
drive DriveTrainSetup
driveDistribution float
return System