Eclipse SUMO - Simulation of Urban MObility
MSTLLogicControl::WAUTJunction Struct Reference

Storage for a junction assigned to a WAUT. More...

#include <MSTLLogicControl.h>

Data Fields

std::string junction
 The junction name. More...
 
std::string procedure
 The procedure to switch the junction with. More...
 
bool synchron
 Information whether this junction shall be switched synchron. More...
 

Detailed Description

Storage for a junction assigned to a WAUT.

Definition at line 479 of file MSTLLogicControl.h.

Field Documentation

◆ junction

std::string MSTLLogicControl::WAUTJunction::junction

The junction name.

Definition at line 481 of file MSTLLogicControl.h.

Referenced by MSTLLogicControl::addWAUTJunction().

◆ procedure

std::string MSTLLogicControl::WAUTJunction::procedure

The procedure to switch the junction with.

Definition at line 483 of file MSTLLogicControl.h.

Referenced by MSTLLogicControl::addWAUTJunction().

◆ synchron

bool MSTLLogicControl::WAUTJunction::synchron

Information whether this junction shall be switched synchron.

Definition at line 485 of file MSTLLogicControl.h.

Referenced by MSTLLogicControl::addWAUTJunction().


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