C# Class PHEMlightdll.Start

Exibir arquivo Open project: planetsumo/sumo

Public Properties

Property Type Description
Helper Helpers

Public Methods

Method Description
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

Method Details

CALC_Array() public method

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
return bool

CALC_Single() public method

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
return bool

ExportData() public method

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

ExportSumData() public method

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

GenerateSumData() public method

public GenerateSumData ( List _VehicleResult ) : VehicleResult
_VehicleResult List
return VehicleResult

Property Details

Helper public_oe property

public Helpers Helper
return Helpers