SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
NIImporter_SUMO::Connection Struct Reference

A connection description. More...

Collaboration diagram for NIImporter_SUMO::Connection:
Collaboration graph

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...
 
int tlLinkNo
 The index of this connection within the controlling traffic light. More...
 
std::string toEdgeID
 The id of the target edge. More...
 
int toLaneIdx
 The index of the target lane. More...
 
SUMOReal visibility
 custom foe visibility for connection More...
 

Detailed Description

A connection description.

Definition at line 181 of file NIImporter_SUMO.h.

Field Documentation

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().

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().

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().

SUMOReal NIImporter_SUMO::Connection::visibility

custom foe visibility for connection

Definition at line 197 of file NIImporter_SUMO.h.

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


The documentation for this struct was generated from the following file: