|
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) More... | |
| SUMOReal | end |
| The end of a stretch/cut area (time, in s) More... | |
| SUMOReal | fac |
| The weight factor of a stretch/cut area. More... | |
A definition of a stretch - Bereich.
Definition at line 756 of file MSTLLogicControl.h.
| SUMOReal MSTLLogicControl::WAUTSwitchProcedure_Stretch::StretchBereichDef::begin |
The begin of a stretch/cut area (time, in s)
Definition at line 758 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 760 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 762 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::WAUTSwitchProcedure_Stretch::getStretchBereichDef(), and MSTLLogicControl::WAUTSwitchProcedure_Stretch::stretchLogic().