|
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 320 of file TraCIAPI.h.
|
inline |
Definition at line 322 of file TraCIAPI.h.
|
inlinevirtual |
Definition at line 323 of file TraCIAPI.h.
|
private |
invalidated copy constructor
| std::vector< std::string > TraCIAPI::JunctionScope::getIDList | ( | ) | const |
Definition at line 706 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 711 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.
Referenced by TraCIAPI::EdgeScope::getIDList().