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.
The car-following model abstraction.
Krauss car-following model, changing accel and speed by slope.
The car-following model and parameter.
SUMOReal dawdle(SUMOReal speed) const
Applies driver imperfection (dawdling / sigma)
SUMOReal maxNextSpeed(SUMOReal 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 * duplicate(const MSVehicleType *vtype) const
Duplicates the car-following model.
~MSCFModel_KraussPS()
Destructor.
MSCFModel_KraussPS(const MSVehicleType *vtype, SUMOReal accel, SUMOReal decel, SUMOReal dawdle, SUMOReal headwayTime)
Constructor.