C# 클래스 SimTelemetry.Tests.Aggregates.CarTestDrivetrain

상속: SimTelemetry.Domain.Entities.Drivetrain
파일 보기 프로젝트 열기: nlhans/SimTelemetry 1 사용 예제들

공개 메소드들

메소드 설명
CarTestDrivetrain ( float clutchSlipTorque, float clutchFriction, float upshiftTime, float downshiftTime, int gears, IEnumerable gearRatios, IEnumerable finalRatios, IEnumerable stockRatios, int stockFinal, DriveTrainSetup drive, float driveDistribution ) : System

메소드 상세

CarTestDrivetrain() 공개 메소드

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
리턴 System