![]() |
Eclipse SUMO - Simulation of Urban MObility
|
An initialised switch process. More...
#include <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. | |
An initialised switch process.
Definition at line 732 of file MSTLLogicControl.h.
| MSTrafficLightLogic* MSTLLogicControl::WAUTSwitchProcess::from |
The current program of the tls.
Definition at line 736 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::initWautSwitch().
| std::string MSTLLogicControl::WAUTSwitchProcess::junction |
The id of the junction to switch.
Definition at line 734 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::initWautSwitch().
| WAUTSwitchProcedure* MSTLLogicControl::WAUTSwitchProcess::proc |
The used procedure.
Definition at line 740 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::check2Switch(), and MSTLLogicControl::initWautSwitch().
| MSTrafficLightLogic* MSTLLogicControl::WAUTSwitchProcess::to |
The program to switch the tls to.
Definition at line 738 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::check2Switch(), and MSTLLogicControl::initWautSwitch().