C# 클래스 PHEMlightdll.Start

파일 보기 프로젝트 열기: planetsumo/sumo

공개 프로퍼티들

프로퍼티 타입 설명
Helper Helpers

공개 메소드들

메소드 설명
CALC_Array ( string VEH, List Time, List Velocity, List Gradient, List &VehicleResultsOrg, bool fleetMix = false, string PHEMDataV = "V4", string CommentPref = "c" ) : bool
CALC_Single ( string VEH, double Time, double Velocity, double acc, double Gradient, List &VehicleResultsOrg, bool fleetMix = false, string PHEMDataV = "V4", string CommentPref = "c" ) : bool
ExportData ( string path, string vehicle, List _VehicleResult ) : bool
ExportSumData ( string path, string vehicle, string cycle, VehicleResult _VehicleResult ) : bool
GenerateSumData ( List _VehicleResult ) : VehicleResult

메소드 상세

CALC_Array() 공개 메소드

public CALC_Array ( string VEH, List Time, List Velocity, List Gradient, List &VehicleResultsOrg, bool fleetMix = false, string PHEMDataV = "V4", string CommentPref = "c" ) : bool
VEH string
Time List
Velocity List
Gradient List
VehicleResultsOrg List
fleetMix bool
PHEMDataV string
CommentPref string
리턴 bool

CALC_Single() 공개 메소드

public CALC_Single ( string VEH, double Time, double Velocity, double acc, double Gradient, List &VehicleResultsOrg, bool fleetMix = false, string PHEMDataV = "V4", string CommentPref = "c" ) : bool
VEH string
Time double
Velocity double
acc double
Gradient double
VehicleResultsOrg List
fleetMix bool
PHEMDataV string
CommentPref string
리턴 bool

ExportData() 공개 메소드

public ExportData ( string path, string vehicle, List _VehicleResult ) : bool
path string
vehicle string
_VehicleResult List
리턴 bool

ExportSumData() 공개 메소드

public ExportSumData ( string path, string vehicle, string cycle, VehicleResult _VehicleResult ) : bool
path string
vehicle string
cycle string
_VehicleResult VehicleResult
리턴 bool

GenerateSumData() 공개 메소드

public GenerateSumData ( List _VehicleResult ) : VehicleResult
_VehicleResult List
리턴 VehicleResult

프로퍼티 상세

Helper 공개적으로 프로퍼티

public Helpers Helper
리턴 Helpers