#include <MSTLLogicControl.h>
Definition at line 447 of file MSTLLogicControl.h.
Data Fields | |
| std::string | id |
| The id of the WAUT. | |
| std::vector< WAUTJunction > | junctions |
| The list of switches assigned to the WAUT. | |
| SUMOTime | refTime |
| The reference time (offset to the switch times). | |
| std::string | startProg |
| The name of the start program. | |
| std::vector< WAUTSwitch > | switches |
| The list of switches to be done by the WAUT. | |
| std::string MSTLLogicControl::WAUT::id |
The id of the WAUT.
Definition at line 449 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUT().
| std::vector<WAUTJunction> MSTLLogicControl::WAUT::junctions |
The reference time (offset to the switch times).
Definition at line 453 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::addWAUT().
| std::string MSTLLogicControl::WAUT::startProg |
The name of the start program.
Definition at line 451 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 455 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::closeWAUT().
1.5.6