![]() |
SUMO - Simulation of Urban MObility
|
A definition of a stretch - Bereich. More...
#include <MSTLLogicControl.h>
Data Fields | |
double | begin |
The begin of a stretch/cut area (time, in s) More... | |
double | end |
The end of a stretch/cut area (time, in s) More... | |
double | fac |
The weight factor of a stretch/cut area. More... | |
A definition of a stretch - Bereich.
Definition at line 757 of file MSTLLogicControl.h.
double MSTLLogicControl::WAUTSwitchProcedure_Stretch::StretchBereichDef::begin |
The begin of a stretch/cut area (time, in s)
Definition at line 759 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::WAUTSwitchProcedure_Stretch::adaptLogic(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::cutLogic(), and MSTLLogicControl::WAUTSwitchProcedure_Stretch::getStretchBereichDef().
double MSTLLogicControl::WAUTSwitchProcedure_Stretch::StretchBereichDef::end |
The end of a stretch/cut area (time, in s)
Definition at line 761 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::WAUTSwitchProcedure_Stretch::adaptLogic(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::cutLogic(), MSTLLogicControl::WAUTSwitchProcedure_Stretch::getStretchBereichDef(), and MSTLLogicControl::WAUTSwitchProcedure_Stretch::stretchLogic().
double MSTLLogicControl::WAUTSwitchProcedure_Stretch::StretchBereichDef::fac |
The weight factor of a stretch/cut area.
Definition at line 763 of file MSTLLogicControl.h.
Referenced by MSTLLogicControl::WAUTSwitchProcedure_Stretch::getStretchBereichDef(), and MSTLLogicControl::WAUTSwitchProcedure_Stretch::stretchLogic().