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

An initialised switch process. More...

#include <MSTLLogicControl.h>

Collaboration diagram for MSTLLogicControl::WAUTSwitchProcess:
[legend]

Data Fields

MSTrafficLightLogicfrom
 The current program of the tls. More...
 
std::string junction
 The id of the junction to switch. More...
 
WAUTSwitchProcedureproc
 The used procedure. More...
 
MSTrafficLightLogicto
 The program to switch the tls to. More...
 

Detailed Description

An initialised switch process.

Definition at line 754 of file MSTLLogicControl.h.

Field Documentation

◆ from

MSTrafficLightLogic* MSTLLogicControl::WAUTSwitchProcess::from

The current program of the tls.

Definition at line 758 of file MSTLLogicControl.h.

Referenced by MSTLLogicControl::initWautSwitch().

◆ junction

std::string MSTLLogicControl::WAUTSwitchProcess::junction

The id of the junction to switch.

Definition at line 756 of file MSTLLogicControl.h.

Referenced by MSTLLogicControl::initWautSwitch().

◆ proc

WAUTSwitchProcedure* MSTLLogicControl::WAUTSwitchProcess::proc

The used procedure.

Definition at line 762 of file MSTLLogicControl.h.

Referenced by MSTLLogicControl::check2Switch(), and MSTLLogicControl::initWautSwitch().

◆ to

MSTrafficLightLogic* MSTLLogicControl::WAUTSwitchProcess::to

The program to switch the tls to.

Definition at line 760 of file MSTLLogicControl.h.

Referenced by MSTLLogicControl::check2Switch(), and MSTLLogicControl::initWautSwitch().


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