SUMO - Simulation of Urban MObility
|
A connection description. More...
Data Fields | |
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.
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().