![]() |
SUMO - Simulation of Urban MObility
|
A connection description. More...
Data Fields | |
SUMOReal | contPos |
custom position for internal junction on this connection More... | |
bool | keepClear |
Whether the junction must be kept clear coming from this connection. More... | |
bool | mayDefinitelyPass |
Information about being definitely free to drive (on-ramps) More... | |
std::string | tlID |
The id of the traffic light that controls this connection. More... | |
unsigned int | tlLinkNo |
The index of this connection within the controlling traffic light. More... | |
std::string | toEdgeID |
The id of the target edge. More... | |
unsigned int | toLaneIdx |
The index of the target lane. More... | |
A connection description.
Definition at line 181 of file NIImporter_SUMO.h.
SUMOReal NIImporter_SUMO::Connection::contPos |
custom position for internal junction on this connection
Definition at line 195 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork(), and NIImporter_SUMO::addConnection().
bool NIImporter_SUMO::Connection::keepClear |
Whether the junction must be kept clear coming from this connection.
Definition at line 193 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork(), and NIImporter_SUMO::addConnection().
bool NIImporter_SUMO::Connection::mayDefinitelyPass |
Information about being definitely free to drive (on-ramps)
Definition at line 191 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork(), and NIImporter_SUMO::addConnection().
std::string NIImporter_SUMO::Connection::tlID |
The id of the traffic light that controls this connection.
Definition at line 187 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork(), and NIImporter_SUMO::addConnection().
unsigned int NIImporter_SUMO::Connection::tlLinkNo |
The index of this connection within the controlling traffic light.
Definition at line 189 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork(), and NIImporter_SUMO::addConnection().
std::string NIImporter_SUMO::Connection::toEdgeID |
The id of the target edge.
Definition at line 183 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork(), and NIImporter_SUMO::addConnection().
unsigned int NIImporter_SUMO::Connection::toLaneIdx |
The index of the target lane.
Definition at line 185 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork(), and NIImporter_SUMO::addConnection().