Eclipse SUMO - Simulation of Urban MObility
MSTLLogicControl::WAUTSwitch Struct Reference

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. More...
 
SUMOTime when
 The time the WAUT shall switch the TLS. More...
 

Detailed Description

Storage for a WAUTs switch point.

Definition at line 468 of file MSTLLogicControl.h.

Field Documentation

◆ to

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().

◆ when

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().


The documentation for this struct was generated from the following file: