Eclipse SUMO - Simulation of Urban MObility
PHEMlightdll.Start Class Reference
Collaboration diagram for PHEMlightdll.Start:

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
 

Detailed Description

Definition at line 13 of file Start.cs.

Member Function Documentation

◆ CALC_Array()

bool PHEMlightdll.Start.CALC_Array ( List< string >  DataFiles,
List< double >  Time,
List< double >  Velocity,
List< double >  Gradient,
out List< VehicleResult VehicleResultsOrg,
bool  fleetMix = false,
string  CommentPref = "c" 
)
inline

◆ CALC_Single()

bool PHEMlightdll.Start.CALC_Single ( List< string >  DataFiles,
double  Time,
double  Velocity,
double  acc,
double  Gradient,
out List< VehicleResult VehicleResultsOrg,
bool  fleetMix = false,
string  CommentPref = "c" 
)
inline

◆ ExportData()

◆ ExportSumData()

◆ GenerateSumData()

Field Documentation

◆ _DataPath

List<string> PHEMlightdll.Start._DataPath
private

Definition at line 15 of file Start.cs.

◆ DataInput

CEPHandler PHEMlightdll.Start.DataInput
private

Definition at line 16 of file Start.cs.

◆ Helper

Helpers PHEMlightdll.Start.Helper = new Helpers()

Definition at line 17 of file Start.cs.

Referenced by PHEMlightdll.PHEMLight.CreateVehicleStateData().


The documentation for this class was generated from the following file: