![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <CEPHandler.h>
Public Member Functions | |
| const double & | getA () const |
| const std::string & | getCalcType () const |
| const double & | getCw () const |
| const std::string & | getFuelType () const |
| const double & | getLoading () const |
| const double & | getMass () const |
| const std::string & | getMassType () const |
| const double & | getMileage () const |
| const double & | getRedMassWheel () const |
| const double & | getWheelDiameter () const |
| void | setA (const double &value) |
| void | setCalcType (const std::string &value) |
| void | setCw (const double &value) |
| void | setFuelType (const std::string &value) |
| void | setLoading (const double &value) |
| void | setMass (const double &value) |
| void | setMassType (const std::string &value) |
| void | setMileage (const double &value) |
| void | setRedMassWheel (const double &value) |
| void | setWheelDiameter (const double &value) |
Private Attributes | |
| double | privateA |
| std::string | privateCalcType |
| double | privateCw |
| std::string | privateFuelType |
| double | privateLoading |
| double | privateMass |
| std::string | privateMassType |
| double | privateMileage |
| double | privateRedMassWheel |
| double | privateWheelDiameter |
Definition at line 50 of file V5/cpp/CEPHandler.h.
| const double & PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::getA | ( | ) | const |
Definition at line 495 of file V5/cpp/CEPHandler.cpp.
References privateA.
| const std::string & PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::getCalcType | ( | ) | const |
Definition at line 447 of file V5/cpp/CEPHandler.cpp.
References privateCalcType.
| const double & PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::getCw | ( | ) | const |
Definition at line 487 of file V5/cpp/CEPHandler.cpp.
References privateCw.
| const std::string & PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::getFuelType | ( | ) | const |
Definition at line 439 of file V5/cpp/CEPHandler.cpp.
References privateFuelType.
| const double & PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::getLoading | ( | ) | const |
Definition at line 463 of file V5/cpp/CEPHandler.cpp.
References privateLoading.
| const double & PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::getMass | ( | ) | const |
Definition at line 455 of file V5/cpp/CEPHandler.cpp.
References privateMass.
| const std::string & PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::getMassType | ( | ) | const |
Definition at line 431 of file V5/cpp/CEPHandler.cpp.
References privateMassType.
| const double & PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::getMileage | ( | ) | const |
Definition at line 503 of file V5/cpp/CEPHandler.cpp.
References privateMileage.
Referenced by PHEMlightdllV5::CEPHandler::CalcCorrection().
| const double & PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::getRedMassWheel | ( | ) | const |
Definition at line 471 of file V5/cpp/CEPHandler.cpp.
References privateRedMassWheel.
| const double & PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::getWheelDiameter | ( | ) | const |
Definition at line 479 of file V5/cpp/CEPHandler.cpp.
References privateWheelDiameter.
| void PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::setA | ( | const double & | value | ) |
Definition at line 499 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privateA.
| void PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::setCalcType | ( | const std::string & | value | ) |
Definition at line 451 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privateCalcType.
| void PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::setCw | ( | const double & | value | ) |
Definition at line 491 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privateCw.
| void PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::setFuelType | ( | const std::string & | value | ) |
Definition at line 443 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privateFuelType.
| void PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::setLoading | ( | const double & | value | ) |
Definition at line 467 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privateLoading.
| void PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::setMass | ( | const double & | value | ) |
Definition at line 459 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privateMass.
| void PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::setMassType | ( | const std::string & | value | ) |
Definition at line 435 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privateMassType.
| void PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::setMileage | ( | const double & | value | ) |
Definition at line 507 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privateMileage.
| void PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::setRedMassWheel | ( | const double & | value | ) |
Definition at line 475 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privateRedMassWheel.
| void PHEMlightdllV5::VEHPHEMLightJSON::Vehicle_Data::setWheelDiameter | ( | const double & | value | ) |
Definition at line 483 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privateWheelDiameter.
|
private |
Definition at line 60 of file V5/cpp/CEPHandler.h.
|
private |
Definition at line 54 of file V5/cpp/CEPHandler.h.
Referenced by getCalcType(), and setCalcType().
|
private |
Definition at line 59 of file V5/cpp/CEPHandler.h.
|
private |
Definition at line 53 of file V5/cpp/CEPHandler.h.
Referenced by getFuelType(), and setFuelType().
|
private |
Definition at line 56 of file V5/cpp/CEPHandler.h.
Referenced by getLoading(), and setLoading().
|
private |
Definition at line 55 of file V5/cpp/CEPHandler.h.
|
private |
Definition at line 52 of file V5/cpp/CEPHandler.h.
Referenced by getMassType(), and setMassType().
|
private |
Definition at line 61 of file V5/cpp/CEPHandler.h.
Referenced by getMileage(), and setMileage().
|
private |
Definition at line 57 of file V5/cpp/CEPHandler.h.
Referenced by getRedMassWheel(), and setRedMassWheel().
|
private |
Definition at line 58 of file V5/cpp/CEPHandler.h.
Referenced by getWheelDiameter(), and setWheelDiameter().