SUMO - Simulation of Urban MObility
MSTLLogicControl::WAUT Struct Reference

A WAUT definition. More...

#include <MSTLLogicControl.h>

Data Fields

std::string id
 The id of the WAUT.
std::vector< WAUTJunctionjunctions
 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< WAUTSwitchswitches
 The list of switches to be done by the WAUT.

Detailed Description

A WAUT definition.

Definition at line 487 of file MSTLLogicControl.h.


Field Documentation

The id of the WAUT.

Definition at line 489 of file MSTLLogicControl.h.

Referenced by MSTLLogicControl::addWAUT().

The list of switches assigned to the WAUT.

Definition at line 497 of file MSTLLogicControl.h.

The reference time (offset to the switch times)

Definition at line 493 of file MSTLLogicControl.h.

Referenced by MSTLLogicControl::addWAUT().

The name of the start program.

Definition at line 491 of file MSTLLogicControl.h.

Referenced by MSTLLogicControl::addWAUT().

The list of switches to be done by the WAUT.

Definition at line 495 of file MSTLLogicControl.h.

Referenced by MSTLLogicControl::closeWAUT().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines