|
SUMO - Simulation of Urban MObility
|
#include <MSTLLogicControl.h>

Data Fields | |
| std::string | id |
| The id of the WAUT. More... | |
| std::vector< WAUTJunction > | junctions |
| The list of switches assigned to the WAUT. More... | |
| SUMOTime | refTime |
| The reference time (offset to the switch times) More... | |
| std::string | startProg |
| The name of the start program. More... | |
| std::vector< WAUTSwitch > | switches |
| The list of switches to be done by the WAUT. More... | |
A WAUT definition.
Definition at line 504 of file MSTLLogicControl.h.
| std::string MSTLLogicControl::WAUT::id |
The id of the WAUT.
Definition at line 506 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUT().
| std::vector<WAUTJunction> MSTLLogicControl::WAUT::junctions |
The list of switches assigned to the WAUT.
Definition at line 514 of file MSTLLogicControl.h.
| SUMOTime MSTLLogicControl::WAUT::refTime |
The reference time (offset to the switch times)
Definition at line 510 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUT().
| std::string MSTLLogicControl::WAUT::startProg |
The name of the start program.
Definition at line 508 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUT().
| std::vector<WAUTSwitch> MSTLLogicControl::WAUT::switches |
The list of switches to be done by the WAUT.
Definition at line 512 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::closeWAUT().