Eclipse SUMO - Simulation of Urban MObility
|
Data Structures | |
class | DET |
class | EmissionClass |
class | EmissionClassDET |
class | EmissionClassVMA |
class | PropClassDET |
class | PropClassVMA |
class | TNOx |
class | Vehicledata |
class | VehicledataDET |
class | VehicledataVMA |
class | VMA |
Public Member Functions | |
Correction (string PathCor) | |
bool | IniDETfactor (Helpers Helper) |
bool | IniTNOxfactor (Helpers Helper) |
bool | ReadDet (ref string ErrMSG) |
bool | ReadTNOx (ref string ErrMSG) |
Data Fields | |
Dictionary< string, double > | DETFactors |
Properties | |
double | AmbTemp [get, set] |
string | DETFilePath [get, set] |
double | TNOxFactor [get, set] |
string | TNOxFilePath [get, set] |
bool | UseDet [get, set] |
bool | UseTNOx [get, set] |
double | VehMileage [get, set] |
string | VMAFilePath [get, set] |
int | Year [get, set] |
Private Member Functions | |
double | GetMileage (Helpers Helper) |
double | Interpolate (double px, double p1, double p2, double e1, double e2) |
bool | ReadDETFile (ref string ErrMSG) |
bool | ReadVMAFile (ref string ErrMSG) |
Private Attributes | |
DET | DETdata |
TNOx | TNOxdata |
VMA | VMAdata |
Definition at line 11 of file Correction.cs.
|
inline |
Definition at line 13 of file Correction.cs.
References PHEMlightdll.Correction.AmbTemp, PHEMlightdll.Correction.DETFilePath, PHEMlightdll.Correction.TNOxFilePath, PHEMlightdll.Correction.UseDet, PHEMlightdll.Correction.UseTNOx, PHEMlightdll.Correction.VehMileage, PHEMlightdll.Correction.VMAFilePath, and PHEMlightdll.Correction.Year.
|
inlineprivate |
Definition at line 177 of file Correction.cs.
References PHEMlightdll::Helpers.eClass, PHEMlightdll::Helpers.sClass, PHEMlightdll::Constants.strLNF, PHEMlightdll::Constants.strPKW, PHEMlightdll::Helpers.vClass, PHEMlightdll.Correction.VMA.Vehicle, PHEMlightdll.Correction.VMAdata, and PHEMlightdll.Correction.Year.
Referenced by PHEMlightdll.Correction.IniDETfactor().
|
inline |
Definition at line 115 of file Correction.cs.
References PHEMlightdll.Correction.DETdata, PHEMlightdll.Correction.DETFactors, PHEMlightdll::Helpers.eClass, PHEMlightdll.Correction.GetMileage(), PHEMlightdll.Correction.Interpolate(), PHEMlightdll::Constants.strLNF, PHEMlightdll::Constants.strPKW, PHEMlightdll::Helpers.vClass, PHEMlightdll.Correction.DET.Vehicle, and PHEMlightdll.Correction.VehMileage.
|
inline |
Definition at line 282 of file Correction.cs.
References PHEMlightdll.Correction.AmbTemp, PHEMlightdll::Helpers.eClass, PHEMlightdll::Constants.strDiesel, PHEMlightdll::Constants.strLNF, PHEMlightdll::Constants.strPKW, PHEMlightdll.Correction.TNOxdata, PHEMlightdll.Correction.TNOxFactor, PHEMlightdll::Helpers.vClass, and PHEMlightdll.Correction.TNOx.Vehicle.
|
inlineprivate |
Definition at line 323 of file Correction.cs.
Referenced by PHEMlightdll.Correction.IniDETfactor().
|
inline |
Definition at line 43 of file Correction.cs.
References PHEMlightdll.Correction.ReadDETFile(), and PHEMlightdll.Correction.ReadVMAFile().
|
inlineprivate |
Definition at line 55 of file Correction.cs.
References PHEMlightdll.Correction.DETdata, and PHEMlightdll.Correction.DETFilePath.
Referenced by PHEMlightdll.Correction.ReadDet().
|
inline |
Definition at line 251 of file Correction.cs.
References PHEMlightdll.Correction.TNOxdata, and PHEMlightdll.Correction.TNOxFilePath.
|
inlineprivate |
Definition at line 83 of file Correction.cs.
References PHEMlightdll.Correction.VMAdata, and PHEMlightdll.Correction.VMAFilePath.
Referenced by PHEMlightdll.Correction.ReadDet().
|
private |
Definition at line 26 of file Correction.cs.
Referenced by PHEMlightdll.Correction.IniDETfactor(), and PHEMlightdll.Correction.ReadDETFile().
Dictionary<string, double> PHEMlightdll.Correction.DETFactors |
Definition at line 28 of file Correction.cs.
Referenced by PHEMlightdll.Correction.IniDETfactor().
|
private |
Definition at line 238 of file Correction.cs.
Referenced by PHEMlightdll.Correction.IniTNOxfactor(), and PHEMlightdll.Correction.ReadTNOx().
|
private |
Definition at line 27 of file Correction.cs.
Referenced by PHEMlightdll.Correction.GetMileage(), and PHEMlightdll.Correction.ReadVMAFile().
|
getset |
Definition at line 245 of file Correction.cs.
Referenced by PHEMlightdll.Correction.Correction(), and PHEMlightdll.Correction.IniTNOxfactor().
|
getset |
Definition at line 33 of file Correction.cs.
Referenced by PHEMlightdll.Correction.Correction(), and PHEMlightdll.Correction.ReadDETFile().
|
getset |
Definition at line 247 of file Correction.cs.
Referenced by PHEMlightdll.Correction.IniTNOxfactor().
|
getset |
Definition at line 243 of file Correction.cs.
Referenced by PHEMlightdll.Correction.Correction(), and PHEMlightdll.Correction.ReadTNOx().
|
getset |
Definition at line 31 of file Correction.cs.
Referenced by PHEMlightdll.Correction.Correction().
|
getset |
Definition at line 241 of file Correction.cs.
Referenced by PHEMlightdll.Correction.Correction().
|
getset |
Definition at line 39 of file Correction.cs.
Referenced by PHEMlightdll.Correction.Correction(), and PHEMlightdll.Correction.IniDETfactor().
|
getset |
Definition at line 35 of file Correction.cs.
Referenced by PHEMlightdll.Correction.Correction(), and PHEMlightdll.Correction.ReadVMAFile().
|
getset |
Definition at line 37 of file Correction.cs.
Referenced by PHEMlightdll.Correction.Correction(), and PHEMlightdll.Correction.GetMileage().