![]() |
SUMO - Simulation of Urban MObility
|
Scope for interaction with lane area detectors. More...
#include <TraCIAPI.h>
Public Member Functions | |
std::vector< std::string > | getIDList () const |
LaneAreaScope (TraCIAPI &parent) | |
virtual | ~LaneAreaScope () |
Protected Attributes | |
TraCIAPI & | myParent |
The parent TraCI client which offers the connection. More... | |
Private Member Functions | |
LaneAreaScope (const LaneAreaScope &src) | |
invalidated copy constructor More... | |
LaneAreaScope & | operator= (const LaneAreaScope &src) |
invalidated assignment operator More... | |
Scope for interaction with lane area detectors.
Definition at line 335 of file TraCIAPI.h.
|
inline |
Definition at line 337 of file TraCIAPI.h.
|
inlinevirtual |
Definition at line 338 of file TraCIAPI.h.
References TraCIAPI::TraCIScopeWrapper::operator=().
|
private |
invalidated copy constructor
std::vector< std::string > TraCIAPI::LaneAreaScope::getIDList | ( | ) | const |
Definition at line 1227 of file TraCIAPI.cpp.
References CMD_GET_LANEAREA_VARIABLE, and ID_LIST.
|
private |
invalidated assignment operator
|
protectedinherited |
The parent TraCI client which offers the connection.
Definition at line 129 of file TraCIAPI.h.