SUMO - Simulation of Urban MObility
|
A connection description. More...
Data Fields | |
bool | mayDefinitelyPass |
Information about being definitely free to drive (on-ramps) | |
std::string | tlID |
The id of the traffic light that controls this connection. | |
unsigned int | tlLinkNo |
The index of this connection within the controlling traffic light. | |
std::string | toEdgeID |
The id of the target edge. | |
unsigned int | toLaneIdx |
The index of the target lane. |
A connection description.
Definition at line 170 of file NIImporter_SUMO.h.
bool NIImporter_SUMO::Connection::mayDefinitelyPass |
Information about being definitely free to drive (on-ramps)
Definition at line 180 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 176 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 178 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 172 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 174 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork(), and NIImporter_SUMO::addConnection().