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 426 of file TraCIAPI.h.
|
inline |
Definition at line 428 of file TraCIAPI.h.
|
inlinevirtual |
Definition at line 429 of file TraCIAPI.h.
|
private |
invalidated copy constructor
std::vector< std::string > TraCIAPI::AreaScope::getIDList | ( | ) | const |
Definition at line 1061 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 208 of file TraCIAPI.h.
Referenced by TraCIAPI::EdgeScope::getIDList().