Eclipse SUMO - Simulation of Urban MObility
MSDevice_ToC.cpp File Reference
#include <config.h>
#include <algorithm>
#include <memory>
#include <utils/common/StringUtils.h>
#include <utils/options/OptionsCont.h>
#include <utils/vehicle/SUMOVehicle.h>
#include <utils/common/WrappingCommand.h>
#include <utils/common/RGBColor.h>
#include <microsim/MSNet.h>
#include <microsim/MSLane.h>
#include <microsim/MSVehicle.h>
#include <microsim/MSRouteHandler.h>
#include <microsim/MSVehicleControl.h>
#include <microsim/MSEventControl.h>
#include <microsim/MSDriverState.h>
#include <microsim/MSStoppingPlace.h>
#include <microsim/MSStop.h>
#include "MSDevice_ToC.h"
Include dependency graph for MSDevice_ToC.cpp:

Go to the source code of this file.

Macros

#define DEFAULT_AUTOMATED_TYPE   ""
 
#define DEFAULT_DYNAMIC_TOC_THRESHOLD   0.0
 
#define DEFAULT_INITIAL_AWARENESS   0.5
 
#define DEFAULT_LCABSTINENCE   0.0
 
#define DEFAULT_MANUAL_TYPE   ""
 
#define DEFAULT_MRM_DECEL   1.5
 
#define DEFAULT_MRM_PROBABILITY   0.05
 
#define DEFAULT_OPENGAP_CHANGERATE   1.0
 
#define DEFAULT_OPENGAP_MAXDECEL   1.0
 
#define DEFAULT_OPENGAP_SPACING   0.0
 
#define DEFAULT_OPENGAP_TIMEGAP   -1.0
 
#define DEFAULT_RECOVERY_RATE   0.1
 
#define DEFAULT_RESPONSE_TIME   -1.0
 
#define DYNAMIC_TOC_ABORT_RESISTANCE_FACTOR   2.0
 
#define DYNAMIC_TOC_LEADTIME_FACTOR   0.75
 
#define MAX_RESPONSETIME_SAMPLE_TRIES   100
 
#define MAX_RESPONSETIME_VARIANCE   10000
 

Detailed Description

Author
Leonhard Luecken
Daniel Krajzewicz
Michael Behrisch
Jakob Erdmann
Date
01.04.2018

Definition in file MSDevice_ToC.cpp.

Macro Definition Documentation

◆ DEFAULT_AUTOMATED_TYPE

#define DEFAULT_AUTOMATED_TYPE   ""

Definition at line 86 of file MSDevice_ToC.cpp.

◆ DEFAULT_DYNAMIC_TOC_THRESHOLD

#define DEFAULT_DYNAMIC_TOC_THRESHOLD   0.0

Definition at line 67 of file MSDevice_ToC.cpp.

◆ DEFAULT_INITIAL_AWARENESS

#define DEFAULT_INITIAL_AWARENESS   0.5

Definition at line 63 of file MSDevice_ToC.cpp.

◆ DEFAULT_LCABSTINENCE

#define DEFAULT_LCABSTINENCE   0.0

Definition at line 61 of file MSDevice_ToC.cpp.

◆ DEFAULT_MANUAL_TYPE

#define DEFAULT_MANUAL_TYPE   ""

Definition at line 85 of file MSDevice_ToC.cpp.

◆ DEFAULT_MRM_DECEL

#define DEFAULT_MRM_DECEL   1.5

Definition at line 65 of file MSDevice_ToC.cpp.

◆ DEFAULT_MRM_PROBABILITY

#define DEFAULT_MRM_PROBABILITY   0.05

Definition at line 70 of file MSDevice_ToC.cpp.

◆ DEFAULT_OPENGAP_CHANGERATE

#define DEFAULT_OPENGAP_CHANGERATE   1.0

Definition at line 81 of file MSDevice_ToC.cpp.

◆ DEFAULT_OPENGAP_MAXDECEL

#define DEFAULT_OPENGAP_MAXDECEL   1.0

Definition at line 82 of file MSDevice_ToC.cpp.

◆ DEFAULT_OPENGAP_SPACING

#define DEFAULT_OPENGAP_SPACING   0.0

Definition at line 80 of file MSDevice_ToC.cpp.

◆ DEFAULT_OPENGAP_TIMEGAP

#define DEFAULT_OPENGAP_TIMEGAP   -1.0

Definition at line 79 of file MSDevice_ToC.cpp.

◆ DEFAULT_RECOVERY_RATE

#define DEFAULT_RECOVERY_RATE   0.1

Definition at line 59 of file MSDevice_ToC.cpp.

◆ DEFAULT_RESPONSE_TIME

#define DEFAULT_RESPONSE_TIME   -1.0

Definition at line 56 of file MSDevice_ToC.cpp.

◆ DYNAMIC_TOC_ABORT_RESISTANCE_FACTOR

#define DYNAMIC_TOC_ABORT_RESISTANCE_FACTOR   2.0

Definition at line 75 of file MSDevice_ToC.cpp.

◆ DYNAMIC_TOC_LEADTIME_FACTOR

#define DYNAMIC_TOC_LEADTIME_FACTOR   0.75

Definition at line 73 of file MSDevice_ToC.cpp.

◆ MAX_RESPONSETIME_SAMPLE_TRIES

#define MAX_RESPONSETIME_SAMPLE_TRIES   100

Definition at line 90 of file MSDevice_ToC.cpp.

◆ MAX_RESPONSETIME_VARIANCE

#define MAX_RESPONSETIME_VARIANCE   10000

Definition at line 92 of file MSDevice_ToC.cpp.