#include <MSTLLogicControl.h>
Definition at line 643 of file MSTLLogicControl.h.
Data Fields | |
| MSTrafficLightLogic * | from |
| The current program of the tls. | |
| std::string | junction |
| The id of the junction to switch. | |
| WAUTSwitchProcedure * | proc |
| The used procedure. | |
| MSTrafficLightLogic * | to |
| The program to switch the tls to. | |
The current program of the tls.
Definition at line 647 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::initWautSwitch().
| std::string MSTLLogicControl::WAUTSwitchProcess::junction |
The id of the junction to switch.
Definition at line 645 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::initWautSwitch().
The used procedure.
Definition at line 651 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::check2Switch(), and MSTLLogicControl::initWautSwitch().
The program to switch the tls to.
Definition at line 649 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::initWautSwitch().
1.5.6