Eclipse SUMO - Simulation of Urban MObility
MSCFModel.h File Reference
#include <config.h>
#include <cmath>
#include <string>
#include <utils/common/StdDefs.h>
#include <utils/common/SUMOTime.h>
Include dependency graph for MSCFModel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MSCFModel
 The car-following model abstraction. More...
 
class  MSCFModel::VehicleVariables
 

Macros

#define EMERGENCY_DECEL_AMPLIFIER   1.2
 
#define INVALID_SPEED   299792458 + 1
 

Detailed Description

Author
Tobias Mayer
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Date
Mon, 27 Jul 2009

Definition in file MSCFModel.h.

Macro Definition Documentation

◆ EMERGENCY_DECEL_AMPLIFIER

#define EMERGENCY_DECEL_AMPLIFIER   1.2

Definition at line 33 of file MSCFModel.h.

◆ INVALID_SPEED

#define INVALID_SPEED   299792458 + 1

Definition at line 31 of file MSCFModel.h.