![]() |
SUMO - Simulation of Urban MObility
|
Scope for interaction with junctions. More...
#include <TraCIAPI.h>
Public Member Functions | |
std::vector< std::string > | getIDList () const |
TraCIPosition | getPosition (const std::string &junctionID) const |
JunctionScope (TraCIAPI &parent) | |
virtual | ~JunctionScope () |
Protected Attributes | |
TraCIAPI & | myParent |
The parent TraCI client which offers the connection. More... | |
Private Member Functions | |
JunctionScope (const JunctionScope &src) | |
invalidated copy constructor More... | |
JunctionScope & | operator= (const JunctionScope &src) |
invalidated assignment operator More... | |
Scope for interaction with junctions.
Definition at line 337 of file TraCIAPI.h.
|
inline |
Definition at line 339 of file TraCIAPI.h.
|
inlinevirtual |
Definition at line 340 of file TraCIAPI.h.
References TraCIAPI::getPosition().
|
private |
invalidated copy constructor
std::vector< std::string > TraCIAPI::JunctionScope::getIDList | ( | ) | const |
Definition at line 752 of file TraCIAPI.cpp.
References CMD_GET_JUNCTION_VARIABLE, and ID_LIST.
TraCIAPI::TraCIPosition TraCIAPI::JunctionScope::getPosition | ( | const std::string & | junctionID | ) | const |
Definition at line 757 of file TraCIAPI.cpp.
References CMD_GET_JUNCTION_VARIABLE, and VAR_POSITION.
|
private |
invalidated assignment operator
|
protectedinherited |
The parent TraCI client which offers the connection.
Definition at line 192 of file TraCIAPI.h.