SUMO - Simulation of Urban MObility
MSDevice_SSM.cpp File Reference
Include dependency graph for MSDevice_SSM.cpp:

Go to the source code of this file.

Macros

#define AVAILABLE_SSMS   "TTC DRAC PET"
 
#define DEBUG_SSM
 
#define DEFAULT_FREQUENCY   30.0
 
#define DEFAULT_RANGE   50.0
 
#define DEFAULT_THRESHOLD_DRAC   4.
 
#define DEFAULT_THRESHOLD_PET   2.
 
#define DEFAULT_THRESHOLD_TTC   3.
 
#define INVALID   -std::numeric_limits<double>::max()
 

Detailed Description

Author
Daniel Krajzewicz
Michael Behrisch
Jakob Erdmann
Date
11.06.2013
Version
Id
MSDevice_SSM.cpp 24108 2017-04-27 18:43:30Z behrisch
Author
Daniel Krajzewicz
Jakob Erdmann
Date
11.06.2013
Version
Id
MSDevice_SSM.h 24108 2017-04-27 18:43:30Z behrisch

Definition in file MSDevice_SSM.cpp.

Macro Definition Documentation

◆ AVAILABLE_SSMS

#define AVAILABLE_SSMS   "TTC DRAC PET"

Definition at line 62 of file MSDevice_SSM.cpp.

Referenced by MSDevice_SSM::getMeasuresAndThresholds().

◆ DEBUG_SSM

#define DEBUG_SSM

Definition at line 47 of file MSDevice_SSM.cpp.

◆ DEFAULT_FREQUENCY

#define DEFAULT_FREQUENCY   30.0

Definition at line 55 of file MSDevice_SSM.cpp.

Referenced by MSDevice_SSM::insertOptions().

◆ DEFAULT_RANGE

#define DEFAULT_RANGE   50.0

Definition at line 57 of file MSDevice_SSM.cpp.

Referenced by MSDevice_SSM::insertOptions().

◆ DEFAULT_THRESHOLD_DRAC

#define DEFAULT_THRESHOLD_DRAC   4.

Definition at line 64 of file MSDevice_SSM.cpp.

Referenced by MSDevice_SSM::getMeasuresAndThresholds().

◆ DEFAULT_THRESHOLD_PET

#define DEFAULT_THRESHOLD_PET   2.

Definition at line 65 of file MSDevice_SSM.cpp.

Referenced by MSDevice_SSM::getMeasuresAndThresholds().

◆ DEFAULT_THRESHOLD_TTC

#define DEFAULT_THRESHOLD_TTC   3.

Definition at line 63 of file MSDevice_SSM.cpp.

Referenced by MSDevice_SSM::getMeasuresAndThresholds().

◆ INVALID

#define INVALID   -std::numeric_limits<double>::max()