SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <cassert>
#include <map>
#include <string>
#include "MSCFModel.h"
#include <utils/common/SUMOTime.h>
#include <utils/common/StdDefs.h>
#include <utils/common/SUMOVehicleClass.h>
#include <utils/common/RandHelper.h>
#include <utils/common/SUMOVTypeParameter.h>
#include <utils/common/RGBColor.h>
Go to the source code of this file.
Data Structures | |
class | MSVehicleType |
The car-following model and parameter. More... |
Definition in file MSVehicleType.h.