Go to the source code of this file.
|
bool | PHEMlightdll.CALC_Single (List< string > DataFiles, double Time, double Velocity, double acc, double Gradient, out List< VehicleResult > VehicleResultsOrg, bool fleetMix=false, string CommentPref="c") |
|
bool | ExportData (string path, string vehicle, List< VehicleResult > _VehicleResult) |
|
bool | ExportSumData (string path, string vehicle, string cycle, VehicleResult _VehicleResult) |
|
VehicleResult | GenerateSumData (List< VehicleResult > _VehicleResult) |
|
◆ FLEET
◆ ExportData()
bool ExportData |
( |
string |
path, |
|
|
string |
vehicle, |
|
|
List< VehicleResult > |
_VehicleResult |
|
) |
| |
◆ ExportSumData()
bool ExportSumData |
( |
string |
path, |
|
|
string |
vehicle, |
|
|
string |
cycle, |
|
|
VehicleResult |
_VehicleResult |
|
) |
| |
◆ GenerateSumData()
VehicleResult GenerateSumData |
( |
List< VehicleResult > |
_VehicleResult | ) |
|