SUMO - Simulation of Urban MObility
|
Storage for a junction assigned to a WAUT. More...
#include <MSTLLogicControl.h>
Data Fields | |
std::string | junction |
The junction name. | |
std::string | procedure |
The procedure to switch the junction with. | |
bool | synchron |
Information whether this junction shall be switched synchron. |
Storage for a junction assigned to a WAUT.
Definition at line 474 of file MSTLLogicControl.h.
std::string MSTLLogicControl::WAUTJunction::junction |
The junction name.
Definition at line 476 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUTJunction().
std::string MSTLLogicControl::WAUTJunction::procedure |
The procedure to switch the junction with.
Definition at line 478 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUTJunction().
Information whether this junction shall be switched synchron.
Definition at line 480 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUTJunction().