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 DEFAULT_EXTRA_TIME   5.
 
#define DEFAULT_RANGE   50.0
 
#define DEFAULT_THRESHOLD_DRAC   3.
 
#define DEFAULT_THRESHOLD_PET   2.
 
#define DEFAULT_THRESHOLD_TTC   3.
 
#define INVALID   std::numeric_limits<double>::max()
 

Functions

std::ostream & operator<< (std::ostream &out, MSDevice_SSM::EncounterType type)
 Nicer output for EncounterType enum. More...
 

Detailed Description

Author
Daniel Krajzewicz
Michael Behrisch
Jakob Erdmann
Leonhard Luecken
Date
11.06.2013
Version
$Id$

Definition in file MSDevice_SSM.cpp.

Macro Definition Documentation

◆ AVAILABLE_SSMS

#define AVAILABLE_SSMS   "TTC DRAC PET"

Definition at line 72 of file MSDevice_SSM.cpp.

Referenced by MSDevice_SSM::getMeasuresAndThresholds().

◆ DEFAULT_EXTRA_TIME

#define DEFAULT_EXTRA_TIME   5.

Definition at line 76 of file MSDevice_SSM.cpp.

Referenced by MSDevice_SSM::getExtraTime(), and MSDevice_SSM::insertOptions().

◆ DEFAULT_RANGE

#define DEFAULT_RANGE   50.0

Definition at line 66 of file MSDevice_SSM.cpp.

Referenced by MSDevice_SSM::insertOptions().

◆ DEFAULT_THRESHOLD_DRAC

#define DEFAULT_THRESHOLD_DRAC   3.

Definition at line 74 of file MSDevice_SSM.cpp.

Referenced by MSDevice_SSM::getMeasuresAndThresholds().

◆ DEFAULT_THRESHOLD_PET

#define DEFAULT_THRESHOLD_PET   2.

Definition at line 75 of file MSDevice_SSM.cpp.

Referenced by MSDevice_SSM::getMeasuresAndThresholds().

◆ DEFAULT_THRESHOLD_TTC

#define DEFAULT_THRESHOLD_TTC   3.

Definition at line 73 of file MSDevice_SSM.cpp.

Referenced by MSDevice_SSM::getMeasuresAndThresholds().

◆ INVALID

Function Documentation

◆ operator<<()