![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Public Member Functions | |
bool | CALC_Array (List< string > DataFiles, List< double > Time, List< double > Velocity, List< double > Gradient, out List< VehicleResult > VehicleResultsOrg, bool fleetMix=false, string CommentPref="c") |
bool | 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) |
Data Fields | |
Helpers | Helper = new Helpers() |
Private Attributes | |
List< string > | _DataPath |
CEPHandler | DataInput |
|
inline |
Definition at line 50 of file Start.cs.
References PHEMlightdll::CEPHandler.CEPS, PHEMlightdll::Helpers.CommentPrefix, PHEMlightdll.PHEMLight.CreateVehicleStateData(), PHEMlightdll::Helpers.ErrMsg, PHEMlightdll::Helpers.gClass, PHEMlightdll::CEPHandler.GetCEP(), PHEMlightdll::CEPHandler.GetFleetCEP(), PHEMlightdll::CEPHandler.ReadFleetShares(), and PHEMlightdll::Helpers.setclass().
|
inline |
Definition at line 154 of file Start.cs.
References PHEMlightdll::CEPHandler.CEPS, PHEMlightdll::Helpers.CommentPrefix, PHEMlightdll.PHEMLight.CreateVehicleStateData(), PHEMlightdll::Helpers.gClass, PHEMlightdll::CEPHandler.GetCEP(), PHEMlightdll::CEPHandler.GetFleetCEP(), PHEMlightdll::CEPHandler.ReadFleetShares(), and PHEMlightdll::Helpers.setclass().
|
inline |
Definition at line 244 of file Start.cs.
References PHEMlightdll.VehicleResult.Accelaration, PHEMlightdll.EmissionData.CO, PHEMlightdll.EmissionData.CO2, PHEMlightdll.VehicleResult.EmissionData, PHEMlightdll.EmissionData.FC, PHEMlightdll.EmissionData.FCel, PHEMlightdll.VehicleResult.Grad, PHEMlightdll.EmissionData.HC, PHEMlightdll.EmissionData.NOx, PHEMlightdll.EmissionData.PM, PHEMlightdll.VehicleResult.PNormDrive, PHEMlightdll.VehicleResult.PNormRated, PHEMlightdll.VehicleResult.Power, PHEMlightdll.VehicleResult.PPos, PHEMlightdll.VehicleResult.Speed, and PHEMlightdll.VehicleResult.Time.
|
inline |
Definition at line 294 of file Start.cs.
References PHEMlightdll.VehicleResult.Accelaration, PHEMlightdll.EmissionData.CO, PHEMlightdll.EmissionData.CO2, PHEMlightdll.VehicleResult.EmissionData, PHEMlightdll.EmissionData.FC, PHEMlightdll.EmissionData.FCel, PHEMlightdll.VehicleResult.Grad, PHEMlightdll.EmissionData.HC, PHEMlightdll.EmissionData.NOx, PHEMlightdll.EmissionData.PM, PHEMlightdll.VehicleResult.PNormDrive, PHEMlightdll.VehicleResult.PNormRated, PHEMlightdll.VehicleResult.Power, PHEMlightdll.VehicleResult.PPos, PHEMlightdll.VehicleResult.Speed, and PHEMlightdll.VehicleResult.Time.
|
inline |
Definition at line 346 of file Start.cs.
References PHEMlightdll.VehicleResult.Accelaration, PHEMlightdll.EmissionData.CO, PHEMlightdll.EmissionData.CO2, PHEMlightdll.VehicleResult.EmissionData, PHEMlightdll.EmissionData.FC, PHEMlightdll.EmissionData.FCel, PHEMlightdll.VehicleResult.Grad, PHEMlightdll.EmissionData.HC, PHEMlightdll.EmissionData.NOx, PHEMlightdll.EmissionData.PM, PHEMlightdll.VehicleResult.PNormDrive, PHEMlightdll.VehicleResult.PNormRated, PHEMlightdll.VehicleResult.Power, PHEMlightdll.VehicleResult.PPos, and PHEMlightdll.VehicleResult.Speed.
|
private |
Definition at line 17 of file Start.cs.
Referenced by PHEMlightdll.PHEMLight.CreateVehicleStateData().