![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <CEPHandler.h>
Public Member Functions | |
| const double & | getAxelRatio () const |
| std::map< std::string, std::vector< double > > & | getTransm () |
| void | setAxelRatio (const double &value) |
| void | setTransm (const std::map< std::string, std::vector< double > > &value) |
| Transmission_Data () | |
Private Attributes | |
| double | privateAxelRatio |
| std::map< std::string, std::vector< double > > | privateTransm |
Definition at line 190 of file V5/cpp/CEPHandler.h.
| PHEMlightdllV5::VEHPHEMLightJSON::Transmission_Data::Transmission_Data | ( | ) |
Definition at line 667 of file V5/cpp/CEPHandler.cpp.
References setTransm().
| const double & PHEMlightdllV5::VEHPHEMLightJSON::Transmission_Data::getAxelRatio | ( | ) | const |
Definition at line 651 of file V5/cpp/CEPHandler.cpp.
References privateAxelRatio.
| std::map< std::string, std::vector< double > > & PHEMlightdllV5::VEHPHEMLightJSON::Transmission_Data::getTransm | ( | ) |
Definition at line 659 of file V5/cpp/CEPHandler.cpp.
References privateTransm.
| void PHEMlightdllV5::VEHPHEMLightJSON::Transmission_Data::setAxelRatio | ( | const double & | value | ) |
Definition at line 655 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privateAxelRatio.
| void PHEMlightdllV5::VEHPHEMLightJSON::Transmission_Data::setTransm | ( | const std::map< std::string, std::vector< double > > & | value | ) |
Definition at line 663 of file V5/cpp/CEPHandler.cpp.
References invalid_return< std::string >::value, and privateTransm.
Referenced by Transmission_Data().
|
private |
Definition at line 192 of file V5/cpp/CEPHandler.h.
Referenced by getAxelRatio(), and setAxelRatio().
|
private |
Definition at line 193 of file V5/cpp/CEPHandler.h.
Referenced by getTransm(), and setTransm().