SUMO - Simulation of Urban MObility
NIImporter_SUMO::Connection Struct Reference

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.

Detailed Description

A connection description.

Definition at line 195 of file NIImporter_SUMO.h.


Field Documentation

Information about being definitely free to drive (on-ramps)

Definition at line 205 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::_loadNetwork(), NIImporter_SUMO::addConnection(), and NIImporter_SUMO::addSuccLane().

The id of the traffic light that controls this connection.

Definition at line 201 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::_loadNetwork(), NIImporter_SUMO::addConnection(), and NIImporter_SUMO::addSuccLane().

The index of this connection within the controlling traffic light.

Definition at line 203 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::_loadNetwork(), NIImporter_SUMO::addConnection(), and NIImporter_SUMO::addSuccLane().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines