23 #ifndef MSCFModel_KraussPS_h 24 #define MSCFModel_KraussPS_h Representation of a vehicle in the micro simulation.
int getModelID() const
Returns the model's name.
MSCFModel_KraussPS(const MSVehicleType *vtype, double accel, double decel, double emergencyDecel, double dawdle, double headwayTime)
Constructor.
The car-following model abstraction.
Krauss car-following model, changing accel and speed by slope.
The car-following model and parameter.
MSCFModel * duplicate(const MSVehicleType *vtype) const
Duplicates the car-following model.
double maxNextSpeed(double speed, const MSVehicle *const veh) const
Returns the maximum speed given the current speed.
Krauss car-following model, with acceleration decrease and faster start.
~MSCFModel_KraussPS()
Destructor.
double dawdle(double speed) const
Applies driver imperfection (dawdling / sigma)