C# Class SimTelemetry.Tests.Aggregates.CarTestDrivetrain

Inheritance: SimTelemetry.Domain.Entities.Drivetrain
Afficher le fichier Open project: nlhans/SimTelemetry Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System