C# Class PHEMlightdll.Start

Afficher le fichier Open project: planetsumo/sumo

Méthodes publiques

Свойство Type Description
Helper Helpers

Méthodes publiques

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

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

CALC_Single() public méthode

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

ExportData() public méthode

public ExportData ( string path, string vehicle, List _VehicleResult ) : bool
path string
vehicle string
_VehicleResult List
Résultat bool

ExportSumData() public méthode

public ExportSumData ( string path, string vehicle, string cycle, VehicleResult _VehicleResult ) : bool
path string
vehicle string
cycle string
_VehicleResult VehicleResult
Résultat bool

GenerateSumData() public méthode

public GenerateSumData ( List _VehicleResult ) : VehicleResult
_VehicleResult List
Résultat VehicleResult

Property Details

Helper public_oe property

public Helpers Helper
Résultat Helpers