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 484 of file MSTLLogicControl.h.
std::string MSTLLogicControl::WAUTJunction::junction |
The junction name.
Definition at line 486 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUTJunction().
std::string MSTLLogicControl::WAUTJunction::procedure |
The procedure to switch the junction with.
Definition at line 488 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUTJunction().
bool MSTLLogicControl::WAUTJunction::synchron |
Information whether this junction shall be switched synchron.
Definition at line 490 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUTJunction().