![]() |
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 |
int | getLastStepHaltingNumber (const std::string &detID) const |
double | getLastStepMeanSpeed (const std::string &detID) const |
std::vector< std::string > | getLastStepVehicleIDs (const std::string &detID) const |
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 355 of file TraCIAPI.h.
|
inline |
Definition at line 357 of file TraCIAPI.h.
|
inlinevirtual |
Definition at line 358 of file TraCIAPI.h.
References TraCIAPI::TraCIScopeWrapper::operator=().
|
private |
invalidated copy constructor
std::vector< std::string > TraCIAPI::MeMeScope::getIDList | ( | ) | const |
Definition at line 1238 of file TraCIAPI.cpp.
References CMD_GET_MULTIENTRYEXIT_VARIABLE, and ID_LIST.
int TraCIAPI::MeMeScope::getLastStepHaltingNumber | ( | const std::string & | detID | ) | const |
Definition at line 1258 of file TraCIAPI.cpp.
References CMD_GET_MULTIENTRYEXIT_VARIABLE, and LAST_STEP_VEHICLE_HALTING_NUMBER.
double TraCIAPI::MeMeScope::getLastStepMeanSpeed | ( | const std::string & | detID | ) | const |
Definition at line 1248 of file TraCIAPI.cpp.
References CMD_GET_MULTIENTRYEXIT_VARIABLE, and LAST_STEP_MEAN_SPEED.
std::vector< std::string > TraCIAPI::MeMeScope::getLastStepVehicleIDs | ( | const std::string & | detID | ) | const |
Definition at line 1253 of file TraCIAPI.cpp.
References CMD_GET_MULTIENTRYEXIT_VARIABLE, and LAST_STEP_VEHICLE_ID_LIST.
int TraCIAPI::MeMeScope::getLastStepVehicleNumber | ( | const std::string & | detID | ) | const |
Definition at line 1243 of file TraCIAPI.cpp.
References CMD_GET_MULTIENTRYEXIT_VARIABLE, and LAST_STEP_VEHICLE_NUMBER.
invalidated assignment operator
|
protectedinherited |
The parent TraCI client which offers the connection.
Definition at line 129 of file TraCIAPI.h.