C# Class PHEMlightdll.CEPHandler

Exibir arquivo Open project: planetsumo/sumo Class Usage Examples

Public Methods

Method Description
CEPHandler ( ) : System
GetCEP ( string DataPath, System.Helpers Helper ) : bool
GetFleetCEP ( string DataPath, string AggClass, System.Helpers Helper ) : bool
ReadFleetShares ( string DataPath, System.Helpers Helper ) : bool

Private Methods

Method Description
Load ( string DataPath, System.Helpers Helper ) : bool
ReadEmissionData ( bool readFC, string DataPath, string emissionClass, System.Helpers Helper, List &header, List &matrix, List &idlingValues ) : bool
ReadLine ( StreamReader s ) : string
ReadVehicleFile ( string DataPath, string emissionClass, System.Helpers Helper, double &vehicleMass, double &vehicleLoading, double &vehicleMassRot, double &crossArea, double &cWValue, double &f0, double &f1, double &f2, double &f3, double &f4, double &axleRatio, double &auxPower, double &ratedPower, double &engineIdlingSpeed, double &engineRatedSpeed, double &effectiveWheelDiameter, List &transmissionGearRatios, string &vehicleMassType, string &vehicleFuelType, double &pNormV0, double &pNormP0, double &pNormV1, double &pNormP1, List &matrixSpeedInertiaTable, List &normedDragTable ) : bool
split ( string s, char delim ) : List
todouble ( string s ) : double
todoubleList ( List s ) : List

Method Details

CEPHandler() public method

public CEPHandler ( ) : System
return System

GetCEP() public method

public GetCEP ( string DataPath, System.Helpers Helper ) : bool
DataPath string
Helper System.Helpers
return bool

GetFleetCEP() public method

public GetFleetCEP ( string DataPath, string AggClass, System.Helpers Helper ) : bool
DataPath string
AggClass string
Helper System.Helpers
return bool

ReadFleetShares() public method

public ReadFleetShares ( string DataPath, System.Helpers Helper ) : bool
DataPath string
Helper System.Helpers
return bool