![]() |
SUMO - Simulation of Urban MObility
|
Scope for interaction with junctions. More...
#include <TraCIAPI.h>


Public Member Functions | |
| std::vector< std::string > | getIDList () const |
| libsumo::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 259 of file TraCIAPI.h.
|
inline |
Definition at line 261 of file TraCIAPI.h.
|
inlinevirtual |
Definition at line 262 of file TraCIAPI.h.
References TraCIAPI::getPosition(), and TraCIAPI::TraCIScopeWrapper::operator=().
|
private |
invalidated copy constructor
| std::vector< std::string > TraCIAPI::JunctionScope::getIDList | ( | ) | const |
Definition at line 963 of file TraCIAPI.cpp.
References CMD_GET_JUNCTION_VARIABLE, and ID_LIST.
| TraCIPosition TraCIAPI::JunctionScope::getPosition | ( | const std::string & | junctionID | ) | const |
Definition at line 968 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 129 of file TraCIAPI.h.