SUMO - Simulation of Urban MObility
|
A definition of a stretch - Bereich. More...
#include <MSTLLogicControl.h>
Data Fields | |
SUMOReal | begin |
The begin of a stretch/cut area (time, in s) | |
SUMOReal | end |
The end of a stretch/cut area (time, in s) | |
SUMOReal | fac |
The weight factor of a stretch/cut area. |
A definition of a stretch - Bereich.
Definition at line 739 of file MSTLLogicControl.h.
SUMOReal MSTLLogicControl::WAUTSwitchProcedure_Stretch::StretchBereichDef::begin |
The begin of a stretch/cut area (time, in s)
Definition at line 741 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::WAUTSwitchProcedure_Stretch::adaptLogic(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::cutLogic(), and MSTLLogicControl::WAUTSwitchProcedure_Stretch::getStretchBereichDef().
SUMOReal MSTLLogicControl::WAUTSwitchProcedure_Stretch::StretchBereichDef::end |
The end of a stretch/cut area (time, in s)
Definition at line 743 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::WAUTSwitchProcedure_Stretch::adaptLogic(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::cutLogic(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::getStretchBereichDef(), and MSTLLogicControl::WAUTSwitchProcedure_Stretch::stretchLogic().
SUMOReal MSTLLogicControl::WAUTSwitchProcedure_Stretch::StretchBereichDef::fac |
The weight factor of a stretch/cut area.
Definition at line 745 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::WAUTSwitchProcedure_Stretch::getStretchBereichDef(), and MSTLLogicControl::WAUTSwitchProcedure_Stretch::stretchLogic().