![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <CEPHandler.h>
Public Member Functions | |
| const double & | getIdling () const |
| const double & | getnrated () const |
| const double & | getPrated () const |
| void | setIdling (const double &value) |
| void | setnrated (const double &value) |
| void | setPrated (const double &value) |
Private Attributes | |
| double | privateIdling |
| double | privatenrated |
| double | privatePrated |
Definition at line 111 of file V5/cpp/CEPHandler.h.
| const double & PHEMlightdllV5::VEHPHEMLightJSON::ICE_Data::getIdling | ( | ) | const |
Definition at line 575 of file V5/cpp/CEPHandler.cpp.
References privateIdling.
| const double & PHEMlightdllV5::VEHPHEMLightJSON::ICE_Data::getnrated | ( | ) | const |
Definition at line 567 of file V5/cpp/CEPHandler.cpp.
References privatenrated.
| const double & PHEMlightdllV5::VEHPHEMLightJSON::ICE_Data::getPrated | ( | ) | const |
Definition at line 559 of file V5/cpp/CEPHandler.cpp.
References privatePrated.
| void PHEMlightdllV5::VEHPHEMLightJSON::ICE_Data::setIdling | ( | const double & | value | ) |
Definition at line 579 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privateIdling.
| void PHEMlightdllV5::VEHPHEMLightJSON::ICE_Data::setnrated | ( | const double & | value | ) |
Definition at line 571 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privatenrated.
| void PHEMlightdllV5::VEHPHEMLightJSON::ICE_Data::setPrated | ( | const double & | value | ) |
Definition at line 563 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privatePrated.
|
private |
Definition at line 115 of file V5/cpp/CEPHandler.h.
Referenced by getIdling(), and setIdling().
|
private |
Definition at line 114 of file V5/cpp/CEPHandler.h.
Referenced by getnrated(), and setnrated().
|
private |
Definition at line 113 of file V5/cpp/CEPHandler.h.
Referenced by getPrated(), and setPrated().