17 #ifndef MSCFModel_KraussX_h 18 #define MSCFModel_KraussX_h 81 double dawdleX(
double vOld,
double vMin,
double vMax)
const;
Representation of a vehicle in the micro simulation.
The car-following model abstraction.
int getModelID() const
Returns the model's name.
The car-following model and parameter.
double dawdleX(double vOld, double vMin, double vMax) const
Applies driver imperfection (dawdling / sigma)
~MSCFModel_KraussX()
Destructor.
MSCFModel_KraussX(const MSVehicleType *vtype)
Constructor.
double patchSpeedBeforeLC(const MSVehicle *veh, double vMin, double vMax) const
apply custom speed adaptations within the given speed bounds
double myTmp1
extension parameter nr1
Krauss car-following model, with acceleration decrease and faster start.
Krauss car-following model, changing accel and speed by slope.
MSCFModel * duplicate(const MSVehicleType *vtype) const
Duplicates the car-following model.