Eclipse SUMO - Simulation of Urban MObility
|
Go to the source code of this file.
Data Structures | |
class | PHEMLight |
class | PHEMlightdll.Start |
Namespaces | |
namespace | PHEMlightdll |
Macros | |
#define | FLEET |
Functions | |
void | AddToErg (string IDstring, string Head, string Unit) |
bool | PHEMlightdll.CALC_Single (List< string > DataFiles, double Time, double Velocity, double acc, double Gradient, out List< VehicleResult > VehicleResultsOrg, bool fleetMix=false, Correction DataCor=null, string CommentPref="c") |
string | ErgHead () |
string | ErgUnits () |
bool | ExportData (string path, List< VehicleResult > _VehicleResult) |
bool | ExportSumData (string path, List< VehicleResult > _VehicleResult) |
VehicleResult | GenerateSumData (List< VehicleResult > _VehicleResult) |
void | OutSeq (VehicleResult _VehicleResult, bool STA=false, bool add=false) |
Variables | |
Dictionary< string, cErgEntry > | ErgEntries = new Dictionary<string, cErgEntry>() |
List< string > | ErgEntryList = new List<string>() |
#define FLEET |
Definition at line 1 of file V5/cs/Start.cs.
|
private |
Definition at line 247 of file V5/cs/Start.cs.
References ErgEntries, and ErgEntryList.
Referenced by OutSeq().
|
private |
Definition at line 257 of file V5/cs/Start.cs.
References ErgEntries, and ErgEntryList.
Referenced by ExportData(), and ExportSumData().
|
private |
Definition at line 277 of file V5/cs/Start.cs.
References ErgEntries, and ErgEntryList.
Referenced by ExportData(), and ExportSumData().
bool ExportData | ( | string | path, |
List< VehicleResult > | _VehicleResult | ||
) |
Definition at line 335 of file V5/cs/Start.cs.
References ErgEntryList, ErgHead(), ErgUnits(), and OutSeq().
bool ExportSumData | ( | string | path, |
List< VehicleResult > | _VehicleResult | ||
) |
Definition at line 393 of file V5/cs/Start.cs.
References ErgEntryList, ErgHead(), ErgUnits(), and OutSeq().
VehicleResult GenerateSumData | ( | List< VehicleResult > | _VehicleResult | ) |
Definition at line 455 of file V5/cs/Start.cs.
|
private |
Definition at line 298 of file V5/cs/Start.cs.
References AddToErg(), ErgEntries, and ErgEntryList.
Referenced by ExportData(), and ExportSumData().
|
private |
Definition at line 243 of file V5/cs/Start.cs.
Referenced by AddToErg(), ErgHead(), ErgUnits(), and OutSeq().
|
private |
Definition at line 244 of file V5/cs/Start.cs.
Referenced by AddToErg(), ErgHead(), ErgUnits(), ExportData(), ExportSumData(), and OutSeq().