Eclipse SUMO - Simulation of Urban MObility
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Start.cs File Reference

Go to the source code of this file.

Data Structures

class  PHEMLight
 
class  PHEMlightdll.Start
 

Namespaces

namespace  PHEMlightdll
 

Macros

#define FLEET
 

Functions

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)
 

Macro Definition Documentation

◆ FLEET

#define FLEET

Definition at line 1 of file dll_code/Start.cs.

Function Documentation

◆ ExportData()

bool ExportData ( string  path,
string  vehicle,
List< VehicleResult >  _VehicleResult 
)

Definition at line 244 of file dll_code/Start.cs.

◆ ExportSumData()

bool ExportSumData ( string  path,
string  vehicle,
string  cycle,
VehicleResult  _VehicleResult 
)

Definition at line 294 of file dll_code/Start.cs.

◆ GenerateSumData()

VehicleResult GenerateSumData ( List< VehicleResult >  _VehicleResult)

Definition at line 346 of file dll_code/Start.cs.