23 #ifndef PHEMCEPHandler_h
24 #define PHEMCEPHandler_h
96 bool ReadVehicleFile(
const std::string& path,
const std::string& emissionClass,
97 double& vehicleMass,
double& vehicleLoading,
double& vehicleMassRot,
98 double& crossArea,
double& cWValue,
99 double& f0,
double& f1,
double& f2,
double& f3,
double& f4,
double& ratedPower, std::string& vehicleMassType, std::string& vehicleFuelType,
100 double& pNormV0,
double& pNormP0,
double& pNormV1,
double& pNormP1, std::vector< std::vector<double> >& matrixRotFactor);
110 bool ReadEmissionData(
bool readFC,
const std::string& path,
const std::string& emissionClass,
111 std::vector<std::string>& header, std::vector<std::vector<double> >& matrix);
116 std::map<SUMOEmissionClass, PHEMCEP*>
_ceps;