![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <cmath>#include <string>#include <vector>#include <utils/common/StdDefs.h>#include <utils/common/LinearApproxHelpers.h>#include <utils/common/SUMOTime.h>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 |
Definition in file MSCFModel.h.
| #define EMERGENCY_DECEL_AMPLIFIER 1.2 |
Definition at line 35 of file MSCFModel.h.
| #define INVALID_SPEED 299792458 + 1 |
Definition at line 33 of file MSCFModel.h.