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 390 of file TraCIAPI.h.
|
inline |
Definition at line 392 of file TraCIAPI.h.
|
inlinevirtual |
Definition at line 393 of file TraCIAPI.h.
|
private |
invalidated copy constructor
std::vector< std::string > TraCIAPI::MeMeScope::getIDList | ( | ) | const |
Definition at line 867 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 887 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 877 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 882 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 872 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 188 of file TraCIAPI.h.
Referenced by TraCIAPI::EdgeScope::getIDList().