![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Storage for a WAUTs switch point. More...
#include <MSTLLogicControl.h>
Data Fields | |
| std::string | to |
| The program name the WAUT shall switch the TLS to. | |
| SUMOTime | when |
| The time the WAUT shall switch the TLS. | |
Storage for a WAUTs switch point.
Definition at line 468 of file MSTLLogicControl.h.
| std::string MSTLLogicControl::WAUTSwitch::to |
The program name the WAUT shall switch the TLS to.
Definition at line 472 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUTSwitch(), and MSTLLogicControl::initWautSwitch().
| SUMOTime MSTLLogicControl::WAUTSwitch::when |
The time the WAUT shall switch the TLS.
Definition at line 470 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUTSwitch(), and MSTLLogicControl::initWautSwitch().