#include <MSTLLogicControl.h>
Definition at line 434 of file 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. | |
| std::string MSTLLogicControl::WAUTJunction::junction |
The junction name.
Definition at line 436 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUTJunction().
| std::string MSTLLogicControl::WAUTJunction::procedure |
The procedure to switch the junction with.
Definition at line 438 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUTJunction().
Information whether this junction shall be switched synchron.
Definition at line 440 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUTJunction().
1.5.6