Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <vector>
#include <typeinfo>
#include <utils/common/SUMOTime.h>
#include <utils/common/Named.h>
#include <utils/router/SUMOAbstractRouter.h>
#include <utils/vehicle/SUMOVehicleParameter.h>
#include <utils/vehicle/SUMOTrafficObject.h>
#include <utils/iodevices/OutputDevice.h>
Go to the source code of this file.
Data Structures | |
class | SUMOVehicle |
Representation of a vehicle. More... | |
Typedefs | |
typedef std::vector< const MSEdge * > | ConstMSEdgeVector |
Definition in file SUMOVehicle.h.
typedef std::vector<const MSEdge*> ConstMSEdgeVector |
Definition at line 52 of file SUMOVehicle.h.