|
SUMO - Simulation of Urban MObility
|
Scope for interaction with multi entry/-exit detectors. More...
#include <TraCIAPI.h>


Public Member Functions | |
| std::vector< std::string > | getIDList () const |
| unsigned int | getLastStepHaltingNumber (const std::string &detID) const |
| SUMOReal | getLastStepMeanSpeed (const std::string &detID) const |
| std::vector< std::string > | getLastStepVehicleIDs (const std::string &detID) const |
| unsigned int | getLastStepVehicleNumber (const std::string &detID) const |
| MeMeScope (TraCIAPI &parent) | |
| virtual | ~MeMeScope () |
Protected Attributes | |
| TraCIAPI & | myParent |
| The parent TraCI client which offers the connection. More... | |
Private Member Functions | |
| MeMeScope (const MeMeScope &src) | |
| invalidated copy constructor More... | |
| MeMeScope & | operator= (const MeMeScope &src) |
| invalidated assignment operator More... | |
Scope for interaction with multi entry/-exit detectors.
Definition at line 413 of file TraCIAPI.h.
|
inline |
Definition at line 415 of file TraCIAPI.h.
|
inlinevirtual |
Definition at line 416 of file TraCIAPI.h.
|
private |
invalidated copy constructor
| std::vector< std::string > TraCIAPI::MeMeScope::getIDList | ( | ) | const |
Definition at line 891 of file TraCIAPI.cpp.
References CMD_GET_MULTI_ENTRY_EXIT_DETECTOR_VARIABLE, and ID_LIST.
| unsigned int TraCIAPI::MeMeScope::getLastStepHaltingNumber | ( | const std::string & | detID | ) | const |
Definition at line 911 of file TraCIAPI.cpp.
References CMD_GET_MULTI_ENTRY_EXIT_DETECTOR_VARIABLE, and LAST_STEP_VEHICLE_HALTING_NUMBER.
| SUMOReal TraCIAPI::MeMeScope::getLastStepMeanSpeed | ( | const std::string & | detID | ) | const |
Definition at line 901 of file TraCIAPI.cpp.
References CMD_GET_MULTI_ENTRY_EXIT_DETECTOR_VARIABLE, and LAST_STEP_MEAN_SPEED.
| std::vector< std::string > TraCIAPI::MeMeScope::getLastStepVehicleIDs | ( | const std::string & | detID | ) | const |
Definition at line 906 of file TraCIAPI.cpp.
References CMD_GET_MULTI_ENTRY_EXIT_DETECTOR_VARIABLE, and LAST_STEP_VEHICLE_ID_LIST.
| unsigned int TraCIAPI::MeMeScope::getLastStepVehicleNumber | ( | const std::string & | detID | ) | const |
Definition at line 896 of file TraCIAPI.cpp.
References CMD_GET_MULTI_ENTRY_EXIT_DETECTOR_VARIABLE, and LAST_STEP_VEHICLE_NUMBER.
invalidated assignment operator
|
protectedinherited |
The parent TraCI client which offers the connection.
Definition at line 192 of file TraCIAPI.h.
Referenced by TraCIAPI::EdgeScope::getIDList().