SUMO - Simulation of Urban MObility
|
Scope for interaction with areal detectors. More...
#include <TraCIAPI.h>
Public Member Functions | |
AreaScope (TraCIAPI &parent) | |
std::vector< std::string > | getIDList () const |
SUMOReal | getJamLengthMeters (const std::string &laneID) const |
int | getJamLengthVehicle (const std::string &laneID) const |
virtual | ~AreaScope () |
Protected Attributes | |
TraCIAPI & | myParent |
The parent TraCI client which offers the connection. More... | |
Private Member Functions | |
AreaScope (const AreaScope &src) | |
invalidated copy constructor More... | |
AreaScope & | operator= (const AreaScope &src) |
invalidated assignment operator More... | |
Scope for interaction with areal detectors.
Definition at line 387 of file TraCIAPI.h.
|
inline |
Definition at line 389 of file TraCIAPI.h.
|
inlinevirtual |
Definition at line 390 of file TraCIAPI.h.
|
private |
invalidated copy constructor
std::vector< std::string > TraCIAPI::AreaScope::getIDList | ( | ) | const |
Definition at line 866 of file TraCIAPI.cpp.
References CMD_GET_AREAL_DETECTOR_VARIABLE, and ID_LIST.
SUMOReal TraCIAPI::AreaScope::getJamLengthMeters | ( | const std::string & | laneID | ) | const |
int TraCIAPI::AreaScope::getJamLengthVehicle | ( | const std::string & | laneID | ) | const |
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().