![]() |
Eclipse 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 499 of file MSTLLogicControl.h.
| std::string MSTLLogicControl::WAUT::id |
The id of the WAUT.
Definition at line 501 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 509 of file MSTLLogicControl.h.
| SUMOTime MSTLLogicControl::WAUT::refTime |
The reference time (offset to the switch times)
Definition at line 505 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUT().
| std::string MSTLLogicControl::WAUT::startProg |
The name of the start program.
Definition at line 503 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 507 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::closeWAUT().