![]() |
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 AmbTemp, DETFilePath, TNOxFilePath, UseDet, UseTNOx, VehMileage, VMAFilePath, and Year.
|
inlineprivate |
Definition at line 177 of file Correction.cs.
References PHEMlightdll::Helpers.eClass, PHEMlightdll::Helpers.pClass, PHEMlightdll::Helpers.sClass, PHEMlightdll::Constants.strLNF, PHEMlightdll::Constants.strPKW, PHEMlightdll::Helpers.vClass, VMAdata, and Year.
Referenced by IniDETfactor().
|
inline |
Definition at line 115 of file Correction.cs.
References DETdata, DETFactors, PHEMlightdll::Helpers.eClass, GetMileage(), Interpolate(), PHEMlightdll::Helpers.pClass, PHEMlightdll::Constants.strLNF, PHEMlightdll::Constants.strPKW, PHEMlightdll::Helpers.vClass, and VehMileage.
Referenced by PHEMlightdll::CEPHandler.CalcCorrection().
|
inline |
Definition at line 282 of file Correction.cs.
References AmbTemp, PHEMlightdll::Helpers.eClass, PHEMlightdll::Helpers.pClass, PHEMlightdll::Constants.strDiesel, PHEMlightdll::Constants.strLNF, PHEMlightdll::Constants.strPKW, TNOxdata, TNOxFactor, and PHEMlightdll::Helpers.vClass.
Referenced by PHEMlightdll::CEPHandler.CalcCorrection().
|
inlineprivate |
Definition at line 323 of file Correction.cs.
Referenced by IniDETfactor().
|
inline |
Definition at line 43 of file Correction.cs.
References ReadDETFile(), and ReadVMAFile().
|
inlineprivate |
Definition at line 55 of file Correction.cs.
References DETdata, and DETFilePath.
Referenced by ReadDet().
|
inline |
Definition at line 251 of file Correction.cs.
References TNOxdata, and TNOxFilePath.
|
inlineprivate |
Definition at line 83 of file Correction.cs.
References VMAdata, and VMAFilePath.
Referenced by ReadDet().
|
private |
Definition at line 26 of file Correction.cs.
Referenced by IniDETfactor(), and ReadDETFile().
| Dictionary<string, double> PHEMlightdll.Correction.DETFactors |
Definition at line 28 of file Correction.cs.
Referenced by PHEMlightdll::CEPHandler.GetDetTempCor(), and IniDETfactor().
|
private |
Definition at line 238 of file Correction.cs.
Referenced by IniTNOxfactor(), and ReadTNOx().
|
private |
Definition at line 27 of file Correction.cs.
Referenced by GetMileage(), and ReadVMAFile().
|
getset |
Definition at line 245 of file Correction.cs.
Referenced by Correction(), and IniTNOxfactor().
|
getset |
Definition at line 33 of file Correction.cs.
Referenced by Correction(), and ReadDETFile().
|
getset |
Definition at line 247 of file Correction.cs.
Referenced by IniTNOxfactor().
|
getset |
Definition at line 243 of file Correction.cs.
Referenced by Correction(), and ReadTNOx().
|
getset |
Definition at line 31 of file Correction.cs.
Referenced by PHEMlightdll::CEPHandler.CalcCorrection(), Correction(), and PHEMlightdll::CEPHandler.GetDetTempCor().
|
getset |
Definition at line 241 of file Correction.cs.
Referenced by PHEMlightdll::CEPHandler.CalcCorrection(), Correction(), and PHEMlightdll::CEPHandler.GetDetTempCor().
|
getset |
Definition at line 39 of file Correction.cs.
Referenced by Correction(), and IniDETfactor().
|
getset |
Definition at line 35 of file Correction.cs.
Referenced by Correction(), and ReadVMAFile().
|
getset |
Definition at line 37 of file Correction.cs.
Referenced by Correction(), and GetMileage().